GizmoScale: Suppress ununiversal scale for cut objects
+ Gizmos/GLGizmoRotate: Deleted changes which was made for GizmoCut, but aren't used any more
This commit is contained in:
parent
05c22604fb
commit
31800bb85d
8 changed files with 25 additions and 19 deletions
src/slic3r/GUI
|
@ -602,7 +602,7 @@ void ObjectManipulation::DisableScale()
|
|||
|
||||
void ObjectManipulation::DisableUnuniformScale()
|
||||
{
|
||||
m_lock_bnt->disable();
|
||||
m_lock_bnt->Enable(false);
|
||||
}
|
||||
|
||||
void ObjectManipulation::update_ui_from_settings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue