summaryrefslogtreecommitdiff
path: root/examples/triage/byte.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triage/byte.cpp')
-rw-r--r--examples/triage/byte.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/triage/byte.cpp b/examples/triage/byte.cpp
index c3a91372..be25368a 100644
--- a/examples/triage/byte.cpp
+++ b/examples/triage/byte.cpp
@@ -548,6 +548,7 @@ void ByteView::repositionCaret()
m_cursorTimer->start();
updateCaret();
UIContext::updateStatus();
+ updateCrossReferenceSelection();
}
@@ -817,6 +818,7 @@ void ByteView::selectAll()
m_cursorAddr = getEnd();
viewport()->update();
UIContext::updateStatus();
+ updateCrossReferenceSelection();
}