Follow-up of 3cd15ac005
- Fixed update of dragging state of selection
This commit is contained in:
parent
e058f794d9
commit
5b5fdfba01
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ bool GLGizmoBase::use_grabbers(const wxMouseEvent &mouse_event) {
|
|||
|
||||
on_stop_dragging();
|
||||
|
||||
m_parent.get_selection().stop_dragging();
|
||||
|
||||
// There is prediction that after draggign, data are changed
|
||||
// Data are updated twice also by canvas3D::reload_scene.
|
||||
// Should be fixed.
|
||||
|
|
Loading…
Reference in a new issue