From ea0fc3b50a7700edac55e9e4a7130d3c7ef1045c Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 28 Jul 2020 13:23:34 +0800 Subject: maintain selected bytes when switching between views --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index b4c87e31..d3bbd06e 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -201,6 +201,7 @@ public: virtual uint64_t getCurrentOffset() override; virtual BNAddressRange getSelectionOffsets() override; virtual BNAddressRange getSelectionForInfo() override; + virtual void setSelectionOffsets(BNAddressRange range) override; virtual bool navigate(uint64_t pos) override; virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override; bool navigateWithHistoryEntry(uint64_t addr, FlowGraphHistoryEntry* entry); -- cgit v1.3.1