Follow-up of 3cd15ac005
- Fixed update of dragging state of selection
This commit is contained in:
parent
e058f794d9
commit
5b5fdfba01
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user