Changeset 10611 in josm for trunk/src/org/openstreetmap/josm/gui/layer/MainLayerManager.java
- Timestamp:
- 2016-07-23T18:46:45+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/MainLayerManager.java
r10600 r10611 228 228 // we force this on to the EDT Thread to make events fire from there. 229 229 // The synchronization lock needs to be held by the EDT. 230 GuiHelper.runInEDTAndWaitWithException(new Runnable() { 231 @Override 232 public void run() { 233 realSetActiveLayer(layer); 234 } 235 }); 230 GuiHelper.runInEDTAndWaitWithException(() -> realSetActiveLayer(layer)); 236 231 } 237 232
Note:
See TracChangeset
for help on using the changeset viewer.
