Moved Draft-Drawing tool to the Drawing WB (renamed Draft View)

This commit is contained in:
Yorik van Havre
2015-01-16 17:16:39 -02:00
parent 0aabd2d5ec
commit f0ce2e6be6
6 changed files with 577 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*part << "Drawing_Annotation";
*part << "Drawing_Clip";
*part << "Drawing_Symbol";
*part << "Drawing_DraftView";
*part << "Drawing_ExportPage";
*part << "Separator";
*part << "Drawing_ProjectShape";
@@ -86,6 +87,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*part << "Drawing_Annotation";
*part << "Drawing_Clip";
*part << "Drawing_Symbol";
*part << "Drawing_DraftView";
*part << "Drawing_ExportPage";
return root;
}
@@ -105,6 +107,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*img << "Drawing_OpenBrowserView";
*img << "Drawing_Annotation";
*img << "Drawing_Clip";
*img << "Drawing_DraftView";
img = new Gui::ToolBarItem(root);
img->setCommand("Views");
*img << "Drawing_NewView";