mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Fixed scene update after select all command
This commit is contained in:
@@ -3885,6 +3885,7 @@ void GLCanvas3D::render()
|
|||||||
void GLCanvas3D::select_all()
|
void GLCanvas3D::select_all()
|
||||||
{
|
{
|
||||||
m_selection.add_all();
|
m_selection.add_all();
|
||||||
|
m_dirty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLCanvas3D::delete_selected()
|
void GLCanvas3D::delete_selected()
|
||||||
|
|||||||
Reference in New Issue
Block a user