Update FilterOption.java (#7248)
This commit is contained in:
@@ -145,6 +145,7 @@ public abstract class FilterOption{
|
|||||||
public void build(Table table){
|
public void build(Table table){
|
||||||
table.row();
|
table.row();
|
||||||
CheckBox check = table.check("@filter.option." + name, setter).growX().padBottom(5).padTop(5).center().get();
|
CheckBox check = table.check("@filter.option." + name, setter).growX().padBottom(5).padTop(5).center().get();
|
||||||
|
check.setChecked(getter.get());
|
||||||
check.changed(changed);
|
check.changed(changed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user