From 39eae448b06074765845a6b3f215ff3e9cc6f07b Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 20 Oct 2019 18:50:10 +0200 Subject: [PATCH] And the index ... --- nw/gui/winmain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/gui/winmain.py b/nw/gui/winmain.py index 48753f32..ea351d15 100644 --- a/nw/gui/winmain.py +++ b/nw/gui/winmain.py @@ -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