From d6e1d973bfcdc1ff215bccd7cedacae32ce7d904 Mon Sep 17 00:00:00 2001 From: Uwe Date: Fri, 25 Mar 2022 20:00:39 +0100 Subject: [PATCH] [FEM] remove new framework CCX from toolbar "new framework" implies especially to new users that this is the CCX of choice. But it is not, since you cannot Since we keep it in the menu and experienced users will find it. --- src/Mod/Fem/Gui/Workbench.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Fem/Gui/Workbench.cpp b/src/Mod/Fem/Gui/Workbench.cpp index 2d8cf0f184..4d0428f34a 100755 --- a/src/Mod/Fem/Gui/Workbench.cpp +++ b/src/Mod/Fem/Gui/Workbench.cpp @@ -175,7 +175,6 @@ Gui::ToolBarItem* Workbench::setupToolBars() const solve->setCommand("Solve"); *solve << "FEM_SolverCalculixCxxtools" - << "FEM_SolverCalculiX" << "FEM_SolverElmer" << "FEM_SolverZ88" << "Separator"