Small fix

This commit is contained in:
jriegel 2013-07-16 22:15:05 +02:00
parent a948f7a16f
commit cce65e9225

View File

@ -86,7 +86,7 @@ class _CommandJobControl:
def IsActive(self):
import FemGui
return FreeCADGui.ActiveDocument != None and FemGui.getActiveAnalysis() == None
return True
class _JobControlTaskPanel:
'''The editmode TaskPanel for Material objects'''