grand exchange plugin: Clear render on empty string
Before:  After: 
This commit is contained in:
@@ -184,6 +184,7 @@ class GrandExchangeSearchPanel extends JPanel
|
|||||||
if (Strings.isNullOrEmpty(lookup))
|
if (Strings.isNullOrEmpty(lookup))
|
||||||
{
|
{
|
||||||
searchItemsPanel.removeAll();
|
searchItemsPanel.removeAll();
|
||||||
|
SwingUtilities.invokeLater(searchItemsPanel::updateUI);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user