Small fix
This commit is contained in:
parent
a948f7a16f
commit
cce65e9225
|
@ -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'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user