fix for double click selection
This commit is contained in:
parent
8f644f5e08
commit
75557ca06a
1 changed files with 1 additions and 0 deletions
|
@ -3774,6 +3774,7 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
|
||||||
//m_selection.add(hover_volume_id); // add whole instance
|
//m_selection.add(hover_volume_id); // add whole instance
|
||||||
m_selection.add_volumes(Selection::EMode::Volume, {(unsigned) hover_volume_id});
|
m_selection.add_volumes(Selection::EMode::Volume, {(unsigned) hover_volume_id});
|
||||||
m_gizmos.open_gizmo(GLGizmosManager::EType::Emboss);
|
m_gizmos.open_gizmo(GLGizmosManager::EType::Emboss);
|
||||||
|
wxGetApp().obj_list()->update_selections();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue