1
0
mirror of synced 2025-01-18 17:14:13 +01:00

Make selecting memory by clicking on a table item update the inspector

This commit is contained in:
WerWolv 2020-11-23 16:26:01 +01:00
parent b052429a73
commit fd6a41d219

View File

@ -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, &region.address);
});
}