[bugfix] closes #251 also fixed for histogram and locateAction

This commit is contained in:
Marcel Paffrath 2018-07-24 14:32:15 +02:00
parent 62287df1b4
commit 6d6179bb55

View File

@ -1972,6 +1972,9 @@ class MainWindow(QMainWindow):
self.openEventAction.setEnabled(False)
self.openEventsAutoAction.setEnabled(False)
self.loadpilotevent.setEnabled(False)
self.compare_action.setEnabled(False)
self.qualities_action.setEnabled(False)
self.locateEvent.setEnabled(False)
if not refresh_plot:
self.wf_scroll_area.setVisible(False)
self.no_data_label.setVisible(True)