From 5eb4dffe5004f5096bb2ba2f9997eb0af878b0ef Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:43:18 +0200 Subject: [PATCH] Part: Remove redundant Part Import and Export tools from the menu (#22116) * Part: Update Workbench.cpp --- src/Mod/Part/Gui/Workbench.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Mod/Part/Gui/Workbench.cpp b/src/Mod/Part/Gui/Workbench.cpp index 588ce8824e..4931369add 100644 --- a/src/Mod/Part/Gui/Workbench.cpp +++ b/src/Mod/Part/Gui/Workbench.cpp @@ -121,10 +121,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const Gui::MenuItem* part = new Gui::MenuItem; root->insertItem(item, part); part->setCommand("&Part"); - *part << "Part_Import" - << "Part_Export" - << "Separator" - << "Part_BoxSelection" + *part << "Part_BoxSelection" << "Separator"; *part << prim << "Part_Primitives"