Follow-up of 3cd15ac005 - Fixed update of dragging state of selection

This commit is contained in:
enricoturri1966 2022-02-24 14:49:53 +01:00
parent e058f794d9
commit 5b5fdfba01

View File

@ -203,6 +203,8 @@ bool GLGizmoBase::use_grabbers(const wxMouseEvent &mouse_event) {
on_stop_dragging(); on_stop_dragging();
m_parent.get_selection().stop_dragging();
// There is prediction that after draggign, data are changed // There is prediction that after draggign, data are changed
// Data are updated twice also by canvas3D::reload_scene. // Data are updated twice also by canvas3D::reload_scene.
// Should be fixed. // Should be fixed.