fix: Jumping to selection not working correctly with set base address

This commit is contained in:
WerWolv 2022-07-23 21:31:54 +02:00
parent daffa4e555
commit f3f13ae4d3
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}