mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
FIX: height range display problem [STUDIO-2834]
Change-Id: Ifce71ed778ce7dcdeddc226de2b061d477d409eb
This commit is contained in:
parent
1252e9ab93
commit
4de8342586
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue