Disable additional buttons when overview plot is cleared
This commit is contained in:
parent
94bf08df60
commit
e5189fd3aa
@ -963,6 +963,8 @@ class MainWindow(QMainWindow):
|
||||
def clearWaveformDataPlot(self):
|
||||
self.disconnectWFplotEvents()
|
||||
self.dataPlot.getAxes().cla()
|
||||
self.loadlocationaction.setEnabled(False)
|
||||
self.saveProjectAction.setEnabled(False)
|
||||
self.auto_pick.setEnabled(False)
|
||||
self.z_action.setEnabled(False)
|
||||
self.e_action.setEnabled(False)
|
||||
|
@ -1 +1 @@
|
||||
3129-dirty
|
||||
94bf-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user