mirror of https://github.com/WerWolv/ImHex.git
fix: Auto evaluate pattern code not working
This commit is contained in:
parent
0f8ac672f3
commit
400bdaa52c
|
@ -741,6 +741,8 @@ namespace hex::plugin::builtin {
|
|||
}
|
||||
|
||||
void ViewPatternEditor::parsePattern(const std::string &code) {
|
||||
this->m_runningParsers++;
|
||||
|
||||
auto ast = this->m_parserRuntime->parseString(code);
|
||||
|
||||
this->m_patternVariables.clear();
|
||||
|
|
Loading…
Reference in New Issue