Part: define Part_SectionCut as permanent menu item

This commit is contained in:
wmayer
2022-02-14 16:48:09 +01:00
parent 327ed41fd0
commit a769aee8b3
3 changed files with 2 additions and 10 deletions

View File

@@ -230,6 +230,8 @@ PyMOD_INIT_FUNC(PartGui)
// add resources and reloads the translators
loadPartResource();
Gui::Workbench::addPermanentMenuItem("Part_SectionCut", "Std_ToggleClipPlane");
// register bitmaps
// Gui::BitmapFactoryInst& rclBmpFactory = Gui::BitmapFactory();
// rclBmpFactory.addXPM("Part_Feature",(const char**) PartFeature_xpm);