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