From 9ce4fbe14b5b4878de304090643b598b05341365 Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Tue, 6 Oct 2020 19:49:52 +0200 Subject: [PATCH] ecmcFFTGui.py: Update plot when release pause --- tools/ecmcFFTGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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