ux: Properly evaluate pattern changes when already evaluating

This commit is contained in:
WerWolv
2021-09-21 23:17:50 +02:00
parent 9dd555f111
commit 471ba80b4d
2 changed files with 11 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ namespace hex {
int m_selectedPatternFile = 0;
bool m_runAutomatically = false;
bool m_evaluatorRunning = false;
bool m_hasUnevaluatedChanges = false;
TextEditor m_textEditor;
std::vector<std::pair<pl::LogConsole::Level, std::string>> m_console;