From 20183f5e5b5d55112f64279180bdba2dae564605 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 29 Sep 2020 14:39:10 -0400 Subject: Keep instruction address highlight when navigating to related IL views. --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 532a506a..7a26f5a8 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -194,6 +194,7 @@ public: void setGraph(FlowGraphRef graph, uint64_t addr); void setGraph(FlowGraphRef graph, FlowGraphHistoryEntry* entry); void setRelatedGraph(FlowGraphRef graph); + void setRelatedGraph(FlowGraphRef graph, uint64_t addr); void updateToGraph(FlowGraphRef graph); virtual void updateFonts() override; -- cgit v1.3.1