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 17:43:18 +02:00
committed by GitHub
parent 35a6d485ee
commit 19756e785b

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"