diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-12-20 13:25:16 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-12-20 13:25:16 -0500 |
| commit | 3429718517806507641861347342952251225833 (patch) | |
| tree | c3882fe180ba1dd0da74e24e762d94cef15d0fe8 | |
| parent | 3bef4145c89405d3197a1b2a570c31a7bedc1431 (diff) | |
Linear View: Persist highlight during renames
| -rw-r--r-- | ui/linearview.h | 1 |
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( |
