Skip to content

Commit

Permalink
Fix filter text appears blank until the filter box is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Aug 7, 2017
1 parent a828497 commit 6fb57a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mezz/jei/input/GuiTextFieldFilter.java
Expand Up @@ -35,6 +35,7 @@ public void updateBounds(Rectangle area) {
this.width = area.width;
this.height = area.height;
this.hoverChecker.updateBounds(area.y, area.y + area.height, area.x, area.x + area.width);
setSelectionPos(getCursorPosition());
}

public void update() {
Expand Down

0 comments on commit 6fb57a2

Please sign in to comment.