summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-09-29 14:39:10 -0400
committerBrian Potchik <brian@vector35.com>2020-09-29 14:39:10 -0400
commit20183f5e5b5d55112f64279180bdba2dae564605 (patch)
tree7bd4d6b0a619486b5d45ab4b2ece18ce47c2fefe
parentc893956bdf6a016307ef90400f29adbe060a071a (diff)
Keep instruction address highlight when navigating to related IL views.
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 insertions, 0 deletions
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;