[closes #212] tuneAutopicker always tries to load current event in mainwindow
This commit is contained in:
parent
6feffaeadb
commit
5928967e28
@ -1 +1 @@
|
||||
b0dc-dirty
|
||||
6feff-dirty
|
||||
|
@ -1857,7 +1857,7 @@ class TuneAutopicker(QWidget):
|
||||
def fill_eventbox(self):
|
||||
# update own list
|
||||
self.parent.fill_eventbox(eventBox=self.eventBox, select_events='ref')
|
||||
index_start = self.eventBox.currentIndex()
|
||||
index_start = self.parent.eventBox.currentIndex()
|
||||
index = index_start
|
||||
if index == -1:
|
||||
index += 1
|
||||
|
Loading…
Reference in New Issue
Block a user