From ccf99f57c0a9e86067413a09b3fe4d8de6372fd3 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 1 Jan 2019 22:21:07 +0100 Subject: [PATCH] add slice apart command to sub-menu --- src/Mod/Part/Gui/Workbench.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/Gui/Workbench.cpp b/src/Mod/Part/Gui/Workbench.cpp index f252a2ce2b..f879097066 100644 --- a/src/Mod/Part/Gui/Workbench.cpp +++ b/src/Mod/Part/Gui/Workbench.cpp @@ -86,6 +86,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const Gui::MenuItem* split = new Gui::MenuItem; split->setCommand("Split"); *split << "Part_BooleanFragments" + << "Part_SliceApart" << "Part_Slice" << "Part_XOR";