summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-12-20 13:25:16 -0500
committerGlenn Smith <glenn@vector35.com>2024-12-20 13:25:16 -0500
commit3429718517806507641861347342952251225833 (patch)
treec3882fe180ba1dd0da74e24e762d94cef15d0fe8
parent3bef4145c89405d3197a1b2a570c31a7bedc1431 (diff)
Linear View: Persist highlight during renames
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 3e242ff4..8543d80a 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -249,6 +249,7 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub
bool cacheNextLines();
void updateCache();
void updateBounds();
+ void updateHighlight();
void refreshAtCurrentLocation(bool cursorFixup = false);
bool navigateToAddress(uint64_t addr, bool center, bool updateHighlight, bool navByRef = false);
bool navigateToLine(