ecmcFFTGui.py: Update plot when release pause

This commit is contained in:
Anders Sandstrom
2020-10-06 19:49:52 +02:00
parent 210a71e4ad
commit 9ce4fbe14b

View File

@@ -106,7 +106,7 @@ class ecmcFFTGui(QtWidgets.QDialog):
self.pauseBtn.setStyleSheet("background-color: red");
else:
self.pauseBtn.setStyleSheet("background-color: green");
self.comSignalY.data_signal.emit(self.spectY)
return