From 95e0884cf4b7f0d956749cd75de95e8c93e124d0 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 14 Oct 2020 22:27:36 -0400 Subject: Temporary LinearView selection patch to preserve reasonable behavior during analysis. --- ui/linearview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.3.1