mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
feat: Allow jumping from hex editor to patterns and from patterns to source line
This commit is contained in:
@@ -191,7 +191,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
void setSelection(const ProviderRegion ®ion) {
|
||||
RequestSelectionChange::post(region);
|
||||
RequestHexEditorSelectionChange::post(region);
|
||||
}
|
||||
|
||||
void setSelection(u64 address, size_t size, prv::Provider *provider) {
|
||||
|
||||
Reference in New Issue
Block a user