Fix "or not" logic type check being ignored

This commit is contained in:
WarmUpTill 2023-12-03 17:59:10 +01:00 committed by WarmUpTill
parent 32ab060153
commit 258a6d076e

View File

@ -149,6 +149,7 @@ bool Macro::CeckMatch()
}
break;
case LogicType::OR_NOT:
_matched = _matched || !cond;
if (!cond) {
c->SetHighlight();
}