[TD]Add Show/Hide invisible lines tool

This commit is contained in:
wandererfan
2019-07-17 18:14:46 -04:00
committed by WandererFan
parent e406b2f3e6
commit 3104854826
7 changed files with 255 additions and 5 deletions

View File

@@ -98,6 +98,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*draw << "TechDraw_2PointCenterLine";
*draw << "TechDraw_CosmeticEraser";
*draw << "TechDraw_DecorateLine";
*draw << "TechDraw_ShowAll";
return root;
}
@@ -166,6 +167,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
// *anno << "TechDraw_2PointCenterLine";
*anno << "TechDraw_CosmeticEraser";
*anno << "TechDraw_DecorateLine";
*anno << "TechDraw_ShowAll";
return root;
}
@@ -231,6 +233,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
// *anno << "TechDraw_2PointCenterLine";
*anno << "TechDraw_CosmeticEraser";
*anno << "TechDraw_DecorateLine";
*anno << "TechDraw_ShowAll";
return root;
}