fix: Writing behaving weirdly when using a custom base address

This commit is contained in:
WerWolv
2023-07-27 02:05:35 +02:00
parent 94a02c4b6d
commit e829c407e3
2 changed files with 14 additions and 1 deletions

View File

@@ -47,6 +47,10 @@ namespace hex::plugin::builtin {
else
return std::nullopt;
});
EventManager::subscribe<EventProviderSaved>([](auto *) {
EventManager::post<EventHighlightingChanged>();
});
}
void ViewPatches::drawContent() {