mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed update of GUI when object is selected by right-clicking on it to show its context menu
This commit is contained in:
parent
c00ee0659e
commit
e72a058600
2 changed files with 3 additions and 0 deletions
|
@ -4093,6 +4093,7 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
|
|||
// forces the selection of the volume
|
||||
m_selection.add(m_hover_volume_id);
|
||||
m_gizmos.update_on_off_state(m_selection);
|
||||
post_event(SimpleEvent(EVT_GLCANVAS_OBJECT_SELECT));
|
||||
update_gizmos_data();
|
||||
wxGetApp().obj_manipul()->update_settings_value(m_selection);
|
||||
// forces a frame render to update the view before the context menu is shown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue