[FEM] [skip CI] fix wording
Calculix will not be broken, but stopped. After clicking the button your will also get a message that it has been 'stopped'
This commit is contained in:
@@ -244,7 +244,7 @@ class _TaskPanel:
|
||||
def calculixStarted(self):
|
||||
# print("calculixStarted()")
|
||||
FreeCAD.Console.PrintLog("calculix state: {}\n".format(self.Calculix.state()))
|
||||
self.form.pb_run_ccx.setText("Break CalculiX")
|
||||
self.form.pb_run_ccx.setText("Stop CalculiX")
|
||||
|
||||
def calculixStateChanged(self, newState):
|
||||
if newState == QtCore.QProcess.ProcessState.Starting:
|
||||
|
||||
Reference in New Issue
Block a user