mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
ENH: support single-sided modal scaling
Change-Id: I746cfbb53d761abe2e7bf7cad391f9a37d821b3d
This commit is contained in:
parent
ebaae57b01
commit
674348c575
1 changed files with 2 additions and 2 deletions
|
@ -836,8 +836,8 @@ bool GLGizmosManager::on_mouse(wxMouseEvent& evt)
|
||||||
//if (evt.AltDown())
|
//if (evt.AltDown())
|
||||||
// transformation_type.set_independent();
|
// transformation_type.set_independent();
|
||||||
selection.scale(get_scale(), transformation_type);
|
selection.scale(get_scale(), transformation_type);
|
||||||
//if (control_down)
|
if (control_down && m_gizmos[m_current].get()->get_hover_id() < 6)
|
||||||
// selection.translate(get_scale_offset(), true);
|
selection.translate(get_scale_offset(), true);
|
||||||
// BBS
|
// BBS
|
||||||
//wxGetApp().obj_manipul()->set_dirty();
|
//wxGetApp().obj_manipul()->set_dirty();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue