Port of 5b5fdfba012aecb79429638d0ea514b060dea6a9 into tech ENABLE_WORLD_COORDINATE_SCALE_REVISITED

This commit is contained in:
enricoturri1966 2022-02-24 14:56:24 +01:00
parent d84853c732
commit 071888c284

View File

@ -241,6 +241,8 @@ void GLGizmoBase::do_stop_dragging(bool perform_mouse_cleanup)
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.