mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Make selecting memory by clicking on a table item update the inspector
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user