mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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
|
||||
*/
|
||||
public void updateView(final boolean bForceFilter) {
|
||||
|
||||
if (this.pool == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
final boolean useFilter = bForceFilter && this.filter != null;
|
||||
final boolean useFilter = (bForceFilter && (this.filter != null)) || !isUnfiltered();
|
||||
|
||||
if (useFilter || this.wantUnique || bForceFilter) {
|
||||
this.model.clear();
|
||||
|
||||
Reference in New Issue
Block a user