[bugfix] tried to filter without active event
This commit is contained in:
3
PyLoT.py
3
PyLoT.py
@@ -1849,6 +1849,9 @@ class MainWindow(QMainWindow):
|
||||
self.plotWaveformDataThread()
|
||||
|
||||
def filterWaveformData(self, plot=True, phase=None):
|
||||
if not self.get_current_event():
|
||||
return
|
||||
|
||||
if self.get_data():
|
||||
if not phase:
|
||||
if self.filterActionP.isChecked():
|
||||
|
||||
@@ -1 +1 @@
|
||||
185c-dirty
|
||||
23ed-dirty
|
||||
|
||||
Reference in New Issue
Block a user