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