mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
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:
@@ -209,7 +209,7 @@ public class SFilterUtil {
|
|||||||
// Careful when changing this.
|
// Careful when changing this.
|
||||||
chbTemp = ((ChbPnl) MAP_COLOR_CHECKBOXES.get(FilterProperty.MULTICOLOR)).getCheckBox();
|
chbTemp = ((ChbPnl) MAP_COLOR_CHECKBOXES.get(FilterProperty.MULTICOLOR)).getCheckBox();
|
||||||
final Predicate<CardPrinted> preMulti;
|
final Predicate<CardPrinted> preMulti;
|
||||||
if (chbTemp.isSelected()) {
|
if (!chbTemp.isSelected()) {
|
||||||
preMulti = Predicates.alwaysTrue();
|
preMulti = Predicates.alwaysTrue();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user