Changeset 13215 in josm for trunk/src/org
- Timestamp:
- 2017-12-17T22:10:07+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/MainLayerManager.java
r13213 r13215 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 5 6 import java.awt.GraphicsEnvironment; 6 7 import java.util.ArrayList; 7 8 import java.util.Collection; … … 425 426 activeLayerChangeListeners.clear(); 426 427 layerAvailabilityListeners.clear(); 427 } else { 428 } else if (!GraphicsEnvironment.isHeadless()) { 428 429 GuiHelper.runInEDT(() -> JOptionPane.showMessageDialog(MainApplication.parent, 429 430 tr("A background upload is already in progress. Cannot reset state until the upload is finished.")));
Note:
See TracChangeset
for help on using the changeset viewer.