mirror of https://github.com/WerWolv/ImHex.git
fix: Jumping to selection not working correctly with set base address
This commit is contained in:
parent
daffa4e555
commit
f3f13ae4d3
|
@ -1267,7 +1267,6 @@ namespace hex::plugin::builtin {
|
|||
|
||||
if (region.size != 0) {
|
||||
provider->setCurrentPage(page.value());
|
||||
region.address -= provider->getBaseAddress() + provider->getCurrentPageAddress();
|
||||
this->setSelection(region);
|
||||
this->jumpToSelection();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue