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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user