Leader and RichText block improvements

This commit is contained in:
wandererfan
2019-05-01 08:49:09 -04:00
committed by WandererFan
parent 7f07195f93
commit 6c699887c0
45 changed files with 1909 additions and 682 deletions

View File

@@ -90,7 +90,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*draw << "TechDraw_ToggleFrame";
// *decor << "TechDraw_RedrawPage";
*draw << "TechDraw_LeaderLine";
*draw << "TechDraw_TextLeader";
*draw << "TechDraw_RichAnno";
return root;
}
@@ -148,7 +148,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*decor << "TechDraw_ToggleFrame";
// *decor << "TechDraw_RedrawPage";
*decor << "TechDraw_LeaderLine";
*decor << "TechDraw_TextLeader";
*decor << "TechDraw_RichAnno";
return root;
}
@@ -204,7 +204,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*decor << "TechDraw_ToggleFrame";
// *decor << "TechDraw_RedrawPage";
*decor << "TechDraw_LeaderLine";
*decor << "TechDraw_TextLeader";
*decor << "TechDraw_RichAnno";
return root;
}