diff --git a/source/views/view_hexeditor.cpp b/source/views/view_hexeditor.cpp index fe46a2fff..e239f99c1 100644 --- a/source/views/view_hexeditor.cpp +++ b/source/views/view_hexeditor.cpp @@ -68,6 +68,7 @@ namespace hex { this->m_memoryEditor.GotoAddr = region.address; this->m_memoryEditor.DataPreviewAddr = region.address; this->m_memoryEditor.DataPreviewAddrEnd = region.address + region.size - 1; + View::postEvent(Events::ByteSelected, ®ion.address); }); }