TechDraw: Remove Share View from toolbars. Leave it in menu.

This commit is contained in:
PaddleStroke
2024-04-10 18:11:16 +02:00
committed by WandererFan
parent 4d84efb061
commit beda33d9e6

View File

@@ -301,7 +301,6 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*views << "TechDraw_ArchView";
*views << "TechDraw_SpreadsheetView";
*views << "TechDraw_ClipGroup";
*views << "TechDraw_ShareView";
*views << "TechDraw_ProjectShape";
Gui::ToolBarItem* stacking = new Gui::ToolBarItem(root);
@@ -408,7 +407,6 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*views << "TechDraw_DraftView";
*views << "TechDraw_SpreadsheetView";
*views << "TechDraw_ClipGroup";
*views << "TechDraw_ShareView";
*views << "TechDraw_ProjectShape";
Gui::ToolBarItem* stacking = new Gui::ToolBarItem(root);