Update Workbench.cpp

I had to rebase this file, and forgot one diff. Should be fixed now.
This commit is contained in:
Roy-043
2022-01-23 21:30:25 +01:00
committed by WandererFan
parent 5476af8f8f
commit 08aa89cfa2

View File

@@ -363,6 +363,8 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*views << "TechDraw_DetailView";
*views << "TechDraw_DraftView";
*views << "TechDraw_SpreadsheetView";
*views << "TechDraw_MoveView";
*views << "TechDraw_CopyView";
Gui::ToolBarItem *clips = new Gui::ToolBarItem(root);
clips->setCommand("TechDraw Clips");