Skip to content

Commit

Permalink
TechDraw: remove 'Project Shape' from Techdraw toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke authored and yorikvanhavre committed Apr 29, 2024
1 parent 77cf3f3 commit 14a12b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/TechDraw/Gui/Workbench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*views << "TechDraw_DetailView";
*views << "TechDraw_DraftView";
*views << "TechDraw_ClipGroup";
*views << "TechDraw_ProjectShape";

Gui::ToolBarItem* stacking = new Gui::ToolBarItem(root);
stacking->setCommand("TechDraw Stacking");
Expand Down Expand Up @@ -400,7 +399,6 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*views << "TechDraw_DetailView";
*views << "TechDraw_DraftView";
*views << "TechDraw_ClipGroup";
*views << "TechDraw_ProjectShape";

Gui::ToolBarItem* stacking = new Gui::ToolBarItem(root);
stacking->setCommand("TechDraw Stacking");
Expand Down

0 comments on commit 14a12b9

Please sign in to comment.