| 2142 | low_is_good=TRUE; |
| 2143 | } |
| 2144 | void NetHackQtLabelledIcon::dissipateHighlight() |
| 2145 | { |
| 2146 | if (turn_count>0) { |
| 2147 | turn_count--; |
| 2148 | if (!turn_count) |
| 2149 | unhighlight(); |
| 2150 | } |
| 2151 | } |
| 2152 | void NetHackQtLabelledIcon::highlight(const QPalette& hl) |
| 2153 | { |
| 2154 | if (label) { // Surely it is?! |