loot tracker: move panel updating to EDT on config change
This commit is contained in:
@@ -186,7 +186,7 @@ public class LootTrackerPlugin extends Plugin
|
|||||||
if (event.getGroup().equals("loottracker"))
|
if (event.getGroup().equals("loottracker"))
|
||||||
{
|
{
|
||||||
ignoredItems = Text.fromCSV(config.getIgnoredItems());
|
ignoredItems = Text.fromCSV(config.getIgnoredItems());
|
||||||
panel.updateIgnoredRecords();
|
SwingUtilities.invokeLater(panel::updateIgnoredRecords);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user