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:
YuSanka 2022-07-28 14:23:51 +02:00
parent 05c22604fb
commit 31800bb85d
8 changed files with 25 additions and 19 deletions

View file

@ -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()