mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +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()
|
||||
{
|
||||
m_selection.add_all();
|
||||
m_dirty = true;
|
||||
}
|
||||
|
||||
void GLCanvas3D::delete_selected()
|
||||
|
||||
Reference in New Issue
Block a user