[bugfix] split for dirty event (*)
This commit is contained in:
parent
0d07adeeae
commit
81c7ac2f6e
@ -3491,7 +3491,7 @@ class TuneAutopicker(QWidget):
|
||||
self.listWidget.scrollToBottom()
|
||||
|
||||
def get_current_event(self):
|
||||
path = self.eventBox.currentText()
|
||||
path = self.eventBox.currentText().split('*')[0]
|
||||
# the path sometimes contains the star that shows that the event has been modified
|
||||
# It would be cleaner to find out why/where the star is added to the eventbox and make this a visual only effect
|
||||
if path[-1] == "*" : path = path[:-1]
|
||||
|
Loading…
Reference in New Issue
Block a user