aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/booleancondition.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-25 11:36:52 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-25 11:36:52 +0200
commitea649ea152b7797782ef0345f16de7bcbcc34767 (patch)
treeae092a852290559caf854c06c7b1ebbef824f1b1 /booleancondition.cpp
parentbe520d006c9aa963511bc5163651f29ff21d7666 (diff)
downloadOneRoll-ea649ea152b7797782ef0345f16de7bcbcc34767.tar.gz
OneRoll-ea649ea152b7797782ef0345f16de7bcbcc34767.zip
better highlightment
Diffstat (limited to 'booleancondition.cpp')
-rw-r--r--booleancondition.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/booleancondition.cpp b/booleancondition.cpp
index de619e7..533ec02 100644
--- a/booleancondition.cpp
+++ b/booleancondition.cpp
@@ -63,6 +63,11 @@ qint64 BooleanCondition::hasValid(Die* b,bool recursive,bool unhighlight) const
{
b->setHighlighted(false);
}
+ else
+ {
+ b->setHighlighted(true);
+ }
+
return sum;
}