mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed selection when right-clicking in the 3D scene to show the context menu
This commit is contained in:
parent
07d1d44d8c
commit
dddea0db22
3 changed files with 4 additions and 4 deletions
|
@ -2580,7 +2580,7 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
|
|||
m_selection.remove(m_hover_volume_id);
|
||||
else
|
||||
{
|
||||
m_selection.add(m_hover_volume_id, !ctrl_down);
|
||||
m_selection.add(m_hover_volume_id, !ctrl_down, true);
|
||||
m_mouse.drag.move_requires_threshold = !already_selected;
|
||||
if (already_selected)
|
||||
m_mouse.set_move_start_threshold_position_2D_as_invalid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue