From 3429718517806507641861347342952251225833 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 20 Dec 2024 13:25:16 -0500 Subject: Linear View: Persist highlight during renames --- ui/linearview.h | 1 + 1 file changed, 1 insertion(+) 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( -- cgit v1.3.1