fix: Crash when evaluating patterns to quickly

This commit is contained in:
WerWolv
2023-04-17 17:02:10 +02:00
parent 99a736df27
commit 04a5efc7a3
6 changed files with 27 additions and 23 deletions

View File

@@ -20,6 +20,7 @@ namespace hex::plugin::builtin {
private:
ui::PatternDrawer m_patternDrawer;
bool m_shouldReset = false;
};
}