mainwindow: select blocks and deps when setting node view context

This commit is contained in:
itsmattkc
2021-05-28 17:59:21 +10:00
parent 6204e78036
commit 3bce63a0c4
+3
View File
@@ -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)