mainwindow: don't disable focus when appending timeline panel

I guess this was supposed to fix something at some point but now breaks it, so I'm removing it
This commit is contained in:
itsmattkc
2022-08-07 22:25:31 -07:00
parent a5ac4f889e
commit 42db352921
+1 -1
View File
@@ -186,7 +186,7 @@ TimelinePanel* MainWindow::OpenSequence(Sequence *sequence, bool enable_focus)
panel = timeline_panels_.first();
} else {
panel = AppendTimelinePanel();
enable_focus = false;
//enable_focus = false;
}
panel->ConnectViewerNode(sequence);