mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
NEW: add meshboolean gizmo
Change-Id: I89a343a2ed3b43f97b87d99a0836abf4b291a4f8
This commit is contained in:
parent
e80ecc045e
commit
a66c2d6d13
10 changed files with 557 additions and 2 deletions
|
@ -4280,7 +4280,7 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
|
|||
wxGetApp().plater()->select_plate_by_hover_id(hover_idx);
|
||||
//wxGetApp().plater()->get_partplate_list().select_plate_view();
|
||||
//deselect all the objects
|
||||
if (m_hover_volume_idxs.empty())
|
||||
if (m_gizmos.get_current_type() != GLGizmosManager::MeshBoolean && m_hover_volume_idxs.empty())
|
||||
deselect_all();
|
||||
}
|
||||
else if (evt.RightUp() && !is_layers_editing_enabled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue