TechDraw: Insert View : Enable handling of spreadsheet and arch objects. Remove the spreadsheet and arch specific commands from the toolbars

This commit is contained in:
PaddleStroke
2024-03-29 16:59:57 +01:00
parent 1f9be3f9ed
commit 68fe9df121
3 changed files with 765 additions and 151 deletions

View File

@@ -298,8 +298,6 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*views << "TechDraw_SectionGroup";
*views << "TechDraw_DetailView";
*views << "TechDraw_DraftView";
*views << "TechDraw_ArchView";
*views << "TechDraw_SpreadsheetView";
*views << "TechDraw_ClipGroup";
*views << "TechDraw_ProjectShape";
@@ -405,7 +403,6 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
*views << "TechDraw_SectionGroup";
*views << "TechDraw_DetailView";
*views << "TechDraw_DraftView";
*views << "TechDraw_SpreadsheetView";
*views << "TechDraw_ClipGroup";
*views << "TechDraw_ProjectShape";