kopia lustrzana https://github.com/JOSM/MapWithAI
MapWithAIProvidersPanel: Fix EDT violation
Signed-off-by: Taylor Smock <tsmock@fb.com>pull/1/head
rodzic
5e163fed61
commit
385c16a061
|
@ -826,7 +826,7 @@ public class MapWithAIProvidersPanel extends JPanel {
|
|||
|
||||
@Override
|
||||
public void changeEvent(MapWithAIInfo modified) {
|
||||
updateEnabledState();
|
||||
GuiHelper.runInEDT(this::updateEnabledState);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue