summaryrefslogtreecommitdiff
path: root/ui/hexeditor.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-07-28 13:23:34 +0800
committerXusheng <xusheng@vector35.com>2020-07-29 12:44:55 +0800
commitea0fc3b50a7700edac55e9e4a7130d3c7ef1045c (patch)
tree57c8b5ad395b0893138f6215e4e90c0abd1b6637 /ui/hexeditor.h
parentc6649f50290d60ddfb0d27799ab960cc188ccbd0 (diff)
maintain selected bytes when switching between views
Diffstat (limited to 'ui/hexeditor.h')
-rw-r--r--ui/hexeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/hexeditor.h b/ui/hexeditor.h
index 3500958d..aa64ed08 100644
--- a/ui/hexeditor.h
+++ b/ui/hexeditor.h
@@ -36,6 +36,7 @@ public:
virtual void selectNone();
void setSelectionRange(uint64_t begin, uint64_t end);
+ void setSelectionOffsets(BNAddressRange range);
virtual void updateFonts() override;