ObjectList: Fixed update of the icons for InfoItems, when color mode was changed

Sidebar:ObjectInfo: Fixed update of the icon, when color mode was changed
+ Added new icons for "Sinking" and "ShapeGallery"
This commit is contained in:
YuSanka 2021-12-02 16:11:52 +01:00
parent efbf64fdea
commit 71a9ded1c0
8 changed files with 129 additions and 5 deletions

View file

@ -1398,7 +1398,7 @@ void MainFrame::init_menubar_as_editor()
if (!input_files.IsEmpty())
m_plater->sidebar().obj_list()->load_shape_object_from_gallery(input_files);
}
}, "cog", nullptr, []() {return true; }, this);
}, "shape_gallery", nullptr, []() {return true; }, this);
windowMenu->AppendSeparator();
append_menu_item(windowMenu, wxID_ANY, _L("Print &Host Upload Queue") + "\tCtrl+J", _L("Display the Print Host Upload Queue window"),