Skip to content

Commit

Permalink
Merge pull request #24 from larsvansoest/bug-searchbar
Browse files Browse the repository at this point in the history
Removed experimental searchbar reset code.
  • Loading branch information
larsvansoest authored Sep 28, 2021
2 parents f41ab5b + 51ada8d commit 258fdc8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ public static String getToolTipText(final String format, final String keyword)
*/
public void reset()
{
SwingUtilities.invokeLater(() ->
{
this.searchBar.setText("");
});
this.filterButtons.values().forEach(CycleButton::reset);
if (Objects.nonNull(this.sortButton))
{
Expand Down

0 comments on commit 258fdc8

Please sign in to comment.