summaryrefslogtreecommitdiff
path: root/ui/linearview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/linearview.h')
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 1c470cb6..05700e70 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -202,6 +202,7 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub
bool m_cursorAscii;
bool m_tokenSelection = false;
HighlightTokenState m_highlight;
+ bool m_displayCollapseIndicators = false;
uint64_t m_navByRefTarget;
bool m_navByRef = false;
bool m_doubleClickLatch = false;