mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Writing behaving weirdly when using a custom base address
This commit is contained in:
@@ -47,6 +47,10 @@ namespace hex::plugin::builtin {
|
||||
else
|
||||
return std::nullopt;
|
||||
});
|
||||
|
||||
EventManager::subscribe<EventProviderSaved>([](auto *) {
|
||||
EventManager::post<EventHighlightingChanged>();
|
||||
});
|
||||
}
|
||||
|
||||
void ViewPatches::drawContent() {
|
||||
|
||||
Reference in New Issue
Block a user