1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00
when state of "inches" checkbox is changed.
+ Fixed update of Z value, when Cut gizmo is in mm
This commit is contained in:
YuSanka
2020-12-14 09:06:19 +01:00
parent 2b3d9359d4
commit 0f11ff8525
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -1336,6 +1336,9 @@ void Sidebar::update_ui_from_settings()
p->object_manipulation->update_ui_from_settings();
show_info_sizer();
update_sliced_info_sizer();
// update Cut gizmo, if it's open
p->plater->canvas3D()->update_gizmos_on_off_state();
p->plater->canvas3D()->request_extra_frame();
}
std::vector<PlaterPresetComboBox*>& Sidebar::combos_filament()