fix: Pattern console not updating correctly

This commit is contained in:
WerWolv
2023-07-30 21:35:31 +02:00
parent 2e5a51bb05
commit b469e68ddb

View File

@@ -919,6 +919,7 @@ namespace hex::plugin::builtin {
this->m_consoleNeedsUpdate = true;
this->m_sectionWindowDrawer.clear();
this->m_consoleEditor.SetText("");
EventManager::post<EventHighlightingChanged>();