Part: Remove redundant Part Import and Export tools from the menu (#22116)

* Part: Update Workbench.cpp
This commit is contained in:
FEA-eng
2025-08-04 10:43:18 -05:00
committed by GitHub
parent bb0965941d
commit 5eb4dffe50
+1 -4
View File
@@ -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"