And the index ...
This commit is contained in:
+1
-1
@@ -523,7 +523,7 @@ class GuiMain(QMainWindow):
|
|||||||
|
|
||||||
def showTimeLineDialog(self):
|
def showTimeLineDialog(self):
|
||||||
if self.hasProject:
|
if self.hasProject:
|
||||||
dlgTLine = GuiTimeLineView(self, self.theProject)
|
dlgTLine = GuiTimeLineView(self, self.theProject, self.theIndex)
|
||||||
dlgTLine.exec_()
|
dlgTLine.exec_()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user