summaryrefslogtreecommitdiff
path: root/python/examples/triage
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/triage')
-rw-r--r--python/examples/triage/byte.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/triage/byte.py b/python/examples/triage/byte.py
index f4a5056a..4caf228f 100644
--- a/python/examples/triage/byte.py
+++ b/python/examples/triage/byte.py
@@ -22,6 +22,7 @@ class ByteView(QAbstractScrollArea, View):
def __init__(self, parent, data):
QAbstractScrollArea.__init__(self, parent)
View.__init__(self)
+ View.setBinaryDataNavigable(self, True)
self.setupView(self)
self.data = data
self.byte_mapping = [