Skip to content

Commit

Permalink
Fix #231 Filter not updating when set from API
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Apr 2, 2016
1 parent ff8af2c commit 75afb22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.html
@@ -1,3 +1,11 @@
<h2>3.2.3</h2>
<h4>Fixes:</h4>
<ul>
<li>Fix filter not updating when set from the API.</li>
</ul>
<br/>
<hr/>

<h2>3.2.2</h2>
<h4>Fixes:</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -5,4 +5,4 @@ curse_project_id=238222

version_major=3
version_minor=2
version_patch=2
version_patch=3
1 change: 1 addition & 0 deletions src/main/java/mezz/jei/gui/ItemListOverlay.java
Expand Up @@ -547,6 +547,7 @@ public void setFilterText(@Nullable String filterText) {
}
searchField.setText(filterText);
Config.setFilterText(filterText);
updateLayout();
}

@Nonnull
Expand Down

0 comments on commit 75afb22

Please sign in to comment.