And the index ...

This commit is contained in:
Veronica K. B. Olsen
2019-10-20 18:50:10 +02:00
parent d9a8f860f0
commit 39eae448b0
+1 -1
View File
@@ -523,7 +523,7 @@ class GuiMain(QMainWindow):
def showTimeLineDialog(self):
if self.hasProject:
dlgTLine = GuiTimeLineView(self, self.theProject)
dlgTLine = GuiTimeLineView(self, self.theProject, self.theIndex)
dlgTLine.exec_()
return True