Removed obsolete code from ObjectManipulation::update_settings_value
This commit is contained in:
parent
04a144f00e
commit
4ad8a5ce8b
1 changed files with 0 additions and 1 deletions
|
@ -745,7 +745,6 @@ void ObjectManipulation::update_settings_value(const Selection& selection)
|
|||
m_new_rotate_label_string = L("Rotate (relative)");
|
||||
m_new_position = Vec3d::Zero();
|
||||
m_new_rotation = Vec3d::Zero();
|
||||
m_new_scale = Vec3d(100.0, 100.0, 100.0);
|
||||
m_new_size = selection.get_bounding_box_in_current_reference_system().first.size();
|
||||
#else
|
||||
m_new_rotation = volume->get_instance_rotation() * (180.0 / M_PI);
|
||||
|
|
Loading…
Add table
Reference in a new issue