mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Finish up work on new pl section system
This commit is contained in:
@@ -443,7 +443,7 @@ namespace hex::plugin::builtin {
|
||||
auto provider = ImHexApi::Provider::get();
|
||||
return Region { provider->getBaseAddress(), provider->getActualSize() };
|
||||
} else {
|
||||
return ImHexApi::HexEditor::getSelection().value();
|
||||
return ImHexApi::HexEditor::getSelection()->getRegion();
|
||||
}
|
||||
}();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user