mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 17:35:55 +08:00
ENH: support single-sided modal scaling
Change-Id: I746cfbb53d761abe2e7bf7cad391f9a37d821b3d
This commit is contained in:
parent
ebaae57b01
commit
674348c575
@ -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…
x
Reference in New Issue
Block a user