mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
revert r19291 for now -- it was preventing the catalog from updating in the quest deck editor and spell shop
This commit is contained in:
@@ -357,12 +357,7 @@ public final class EditorTableView<T extends InventoryItem> {
|
|||||||
* a boolean
|
* a boolean
|
||||||
*/
|
*/
|
||||||
public void updateView(final boolean bForceFilter) {
|
public void updateView(final boolean bForceFilter) {
|
||||||
|
final boolean useFilter = (bForceFilter && (this.filter != null)) || !isUnfiltered();
|
||||||
if (this.pool == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
final boolean useFilter = bForceFilter && this.filter != null;
|
|
||||||
|
|
||||||
if (useFilter || this.wantUnique || bForceFilter) {
|
if (useFilter || this.wantUnique || bForceFilter) {
|
||||||
this.model.clear();
|
this.model.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user