For some reason, the multicolor filter box was working 'negatively' compared to earlier versions, fixed (earlier, more intuitive behavior restored).

This commit is contained in:
RumbleBBU
2012-10-01 17:29:54 +00:00
parent 6592982499
commit 22c3888d1c

View File

@@ -209,7 +209,7 @@ public class SFilterUtil {
// Careful when changing this.
chbTemp = ((ChbPnl) MAP_COLOR_CHECKBOXES.get(FilterProperty.MULTICOLOR)).getCheckBox();
final Predicate<CardPrinted> preMulti;
if (chbTemp.isSelected()) {
if (!chbTemp.isSelected()) {
preMulti = Predicates.alwaysTrue();
}
else {