Skip to content

Commit

Permalink
FEM and OpenSCAD: add some hint and remove not needed line
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 12, 2020
1 parent 20dcae5 commit 3ad0fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Mod/Fem/InitGui.py
Expand Up @@ -48,6 +48,7 @@ def Initialize(self):
import femcommands.commands

def GetClassName(self):
# see https://forum.freecadweb.org/viewtopic.php?f=10&t=43300
return "FemGui::Workbench"


Expand Down
1 change: 0 additions & 1 deletion src/Mod/OpenSCAD/InitGui.py
Expand Up @@ -86,7 +86,6 @@ def QT_TRANSLATE_NOOP(scope, text):
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addPreferencePage(":/ui/openscadprefs-base.ui","OpenSCAD")
def GetClassName(self):
#return "OpenSCADGui::Workbench"
return "Gui::PythonWorkbench"


Expand Down

0 comments on commit 3ad0fb5

Please sign in to comment.