Commit 0bcb0695 authored by Claes Sjofors's avatar Claes Sjofors

Ge DigWarning for inverted signal bugfix

parent 2a519ed0
......@@ -2565,7 +2565,7 @@ int GeDigWarning::scan( grow_tObject object)
if ( !first_scan) {
if ( old_value == val && !dyn->reset_color) {
// No change since last time
if ( (!inverted && val) || (inverted && !val))
if ( val)
dyn->ignore_color = true;
return 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment