summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-10-14 22:27:36 -0400
committerBrian Potchik <brian@vector35.com>2020-10-14 22:27:36 -0400
commit95e0884cf4b7f0d956749cd75de95e8c93e124d0 (patch)
tree51cddb301ed8c2964defa3eb6ea2f2a9eb81480c
parent0de53b97ef6cec57ab4bdfbb9a9e1b6503eecfab (diff)
Temporary LinearView selection patch to preserve reasonable behavior during analysis.
-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);