mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 23:36:02 +08:00
FIX: height range display problem [STUDIO-2834]
Change-Id: Ifce71ed778ce7dcdeddc226de2b061d477d409eb
This commit is contained in:
parent
1252e9ab93
commit
4de8342586
@ -3331,7 +3331,11 @@ void ObjectList::part_selection_changed()
|
||||
Sidebar& panel = wxGetApp().sidebar();
|
||||
panel.Freeze();
|
||||
|
||||
//wxGetApp().plater()->canvas3D()->handle_sidebar_focus_event("", false);
|
||||
|
||||
const ItemType type = m_objects_model->GetItemType(item);
|
||||
if (!(type & itLayer)) {
|
||||
wxGetApp().plater()->canvas3D()->handle_sidebar_focus_event("", false);
|
||||
}
|
||||
// BBS
|
||||
//wxGetApp().obj_manipul() ->UpdateAndShow(update_and_show_manipulations);
|
||||
wxGetApp().obj_settings()->UpdateAndShow(update_and_show_settings);
|
||||
|
Loading…
x
Reference in New Issue
Block a user