mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-07-18 17:04:28 -05:00
Fix "or not" logic type check being ignored
This commit is contained in:
parent
32ab060153
commit
258a6d076e
|
|
@ -149,6 +149,7 @@ bool Macro::CeckMatch()
|
|||
}
|
||||
break;
|
||||
case LogicType::OR_NOT:
|
||||
_matched = _matched || !cond;
|
||||
if (!cond) {
|
||||
c->SetHighlight();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user