Make selecting memory by clicking on a table item update the inspector
This commit is contained in:
parent
b052429a73
commit
fd6a41d219
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user