mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
New selection -> Fixed selection cleanup in GLCanvas3D::reset_volumes()
This commit is contained in:
@@ -2893,11 +2893,11 @@ void GLCanvas3D::reset_volumes()
|
||||
return;
|
||||
#endif // !ENABLE_USE_UNIQUE_GLCONTEXT
|
||||
|
||||
m_volumes.release_geometry();
|
||||
m_volumes.clear();
|
||||
#if ENABLE_EXTENDED_SELECTION
|
||||
m_selection.clear();
|
||||
#endif // ENABLE_EXTENDED_SELECTION
|
||||
m_volumes.release_geometry();
|
||||
m_volumes.clear();
|
||||
m_dirty = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user