Disable active gizmo as soon as the selection is cleared by clicking on the scene out of any object

This commit is contained in:
Enrico Turri 2019-01-25 14:55:20 +01:00
parent 8abae757d3
commit 9f734a073f

View File

@ -5379,8 +5379,9 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
m_selection.clear();
m_selection.set_mode(Selection::Instance);
wxGetApp().obj_manipul()->update_settings_value(m_selection);
post_event(SimpleEvent(EVT_GLCANVAS_OBJECT_SELECT));
m_gizmos.reset_all_states();
_update_gizmos_data();
post_event(SimpleEvent(EVT_GLCANVAS_OBJECT_SELECT));
}
m_mouse.ignore_up_event = false;
}