From c08ddcab02433cb5078b6cfea11bf972e47b3169 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 2 Jun 2021 11:27:24 -0400 Subject: Add sidebar and move some dock widgets to it --- examples/triage/byte.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/triage/byte.cpp') 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(); } -- cgit v1.3.1