Tech ENABLE_WORLD_COORDINATE - Fixed unconstrained scaling of volumes in local coordinates

Fixed conflicts during rebase with master
This commit is contained in:
enricoturri1966 2021-10-26 13:58:53 +02:00
parent 9e0bb83041
commit cf90ad699f
2 changed files with 12 additions and 4 deletions

View file

@ -709,7 +709,11 @@ void ObjectManipulation::update_if_dirty()
if (selection.requires_uniform_scale()) {
m_lock_bnt->SetLock(true);
#if ENABLE_WORLD_COORDINATE
m_lock_bnt->SetToolTip(_L("You cannot use non-uniform scaling mode for multiple objects/parts selection or non axis-aligned objects/parts"));
#else
m_lock_bnt->SetToolTip(_L("You cannot use non-uniform scaling mode for multiple objects/parts selection"));
#endif // ENABLE_WORLD_COORDINATE
m_lock_bnt->disable();
}
else {