TechDraw: Remove "cosmetic eraser" from toolbar

This commit is contained in:
PaddleStroke
2024-03-25 11:03:56 +01:00
committed by WandererFan
parent 4845d391ed
commit 01aca973b2

View File

@@ -376,7 +376,6 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*anno << "TechDraw_CenterLineGroup";
*anno << "TechDraw_2PointCosmeticLine";
*anno << "TechDraw_CosmeticCircle";
*anno << "TechDraw_CosmeticEraser";
*anno << "TechDraw_DecorateLine";
*anno << "TechDraw_ShowAll";
*anno << "TechDraw_WeldSymbol";
@@ -484,7 +483,6 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*anno << "TechDraw_CenterLineGroup";
*anno << "TechDraw_2PointCosmeticLine";
*anno << "TechDraw_CosmeticCircle";
*anno << "TechDraw_CosmeticEraser";
*anno << "TechDraw_DecorateLine";
*anno << "TechDraw_ShowAll";
*anno << "TechDraw_WeldSymbol";