bugfix: wrong call to a method
This commit is contained in:
parent
35e477c13f
commit
1c40cb3852
@ -231,7 +231,7 @@ class MainWindow(QMainWindow):
|
|||||||
else:
|
else:
|
||||||
self.fileMenu.addAction(action)
|
self.fileMenu.addAction(action)
|
||||||
try:
|
try:
|
||||||
current = self.data.evtdata.getID()
|
current = self.data.getID()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
current = None
|
current = None
|
||||||
recentEvents = []
|
recentEvents = []
|
||||||
|
Loading…
Reference in New Issue
Block a user