[TD]Add line appearance editor
This commit is contained in:
@@ -94,6 +94,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
*draw << "TechDraw_Midpoints";
|
||||
*draw << "TechDraw_Quadrant";
|
||||
*draw << "TechDraw_CosmeticEraser";
|
||||
*draw << "TechDraw_DecorateLine";
|
||||
|
||||
return root;
|
||||
}
|
||||
@@ -158,7 +159,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
*anno << "TechDraw_CosmeticVertexGrp";
|
||||
*anno << "TechDraw_FaceCenterLine";
|
||||
*anno << "TechDraw_CosmeticEraser";
|
||||
|
||||
*anno << "TechDraw_DecorateLine";
|
||||
return root;
|
||||
}
|
||||
|
||||
@@ -220,6 +221,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
*anno << "TechDraw_CosmeticVertexGrp";
|
||||
*anno << "TechDraw_FaceCenterLine";
|
||||
*anno << "TechDraw_CosmeticEraser";
|
||||
*anno << "TechDraw_DecorateLine";
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user