From a1029ffd46d822e43c605488d4e6300f79dd57f0 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 6 Mar 2020 08:30:06 +0100 Subject: [PATCH] FEM: command, add missing fix --- src/Mod/Fem/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/Command.cpp b/src/Mod/Fem/Gui/Command.cpp index 8f6cb3f79f..4b505f6b7c 100644 --- a/src/Mod/Fem/Gui/Command.cpp +++ b/src/Mod/Fem/Gui/Command.cpp @@ -1668,7 +1668,7 @@ void CreateFemCommands(void) Gui::CommandManager &rcCmdMgr = Gui::Application::Instance->commandManager(); // part, analysis, solver - rcCmdMgr.addCommand(new CmdFemAddPart()); + //rcCmdMgr.addCommand(new CmdFemAddPart()); // not implemented as GUI menue or click icon //rcCmdMgr.addCommand(new CmdFemCreateAnalysis()); // Analysis is created in python //rcCmdMgr.addCommand(new CmdFemCreateSolver()); // Solver will be extended and created in python