summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/linearview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index c429e31d..3f152f9c 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -142,7 +142,7 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ
bool cachePreviousLines();
bool cacheNextLines();
void updateCache();
- void refreshAtCurrentLocation();
+ void refreshAtCurrentLocation(bool cursorFixup = false);
bool navigateToAddress(uint64_t addr, bool center, bool updateHighlight, bool navByRef = false);
bool navigateToGotoLabel(uint64_t label);