diff --git a/tools/ecmcFFTGui.py b/tools/ecmcFFTGui.py index 9a8f030..99c8962 100644 --- a/tools/ecmcFFTGui.py +++ b/tools/ecmcFFTGui.py @@ -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