FEM: solver task panel, get rid off error message

This commit is contained in:
Bernd Hahnebach
2021-08-09 15:32:00 +02:00
parent 04af538d77
commit 09c0cf80a8

View File

@@ -76,9 +76,9 @@ class ControlTaskPanel(QtCore.QObject):
# as soon as the widget of the task panel gets destroyed.
self.form.destroyed.connect(self._disconnectMachine)
self.form.destroyed.connect(self._timer.stop)
self.form.destroyed.connect(
lambda: self.machineStatusChanged.disconnect(
self.form.appendStatus))
# self.form.destroyed.connect(
# lambda: self.machineStatusChanged.disconnect(
# self.form.appendStatus))
# Connect all proxy signals.
self.machineStarted.connect(self._timer.start)