mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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