diff --git a/app/window/mainwindow/mainwindow.cpp b/app/window/mainwindow/mainwindow.cpp index 4acd6a562..573220973 100644 --- a/app/window/mainwindow/mainwindow.cpp +++ b/app/window/mainwindow/mainwindow.cpp @@ -731,6 +731,9 @@ void MainWindow::UpdateNodePanelContextFromTimelinePanel(TimelinePanel *panel) } node_panel_->SetGraph(viewer ? viewer->parent() : nullptr, context); + if (viewer) { + node_panel_->SelectWithDependencies(context); + } } void MainWindow::FocusedPanelChanged(PanelWidget *panel)