Skip to content

Commit

Permalink
FEM: Do not activate FEM wb from ccxFrdReader
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Oct 25, 2015
1 parent 55bc72b commit cf979fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Mod/Fem/ccxFrdReader.py
Expand Up @@ -261,8 +261,6 @@ def importFrd(filename, Analysis=None):
if(FreeCAD.GuiUp):
import FemGui
import FreeCADGui
if FreeCADGui.activeWorkbench().name() != 'FemWorkbench':
FreeCADGui.activateWorkbench("FemWorkbench")
FemGui.setActiveAnalysis(AnalysisObject)


Expand Down

0 comments on commit cf979fa

Please sign in to comment.