- Timestamp:
- 2014-02-17T23:20:54+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r6851 r6866 403 403 toolbar.refreshToolbarControl(); 404 404 405 GuiHelper.runInEDT(new Runnable() { 405 // Wait for splash disappearance (fix #9714) 406 GuiHelper.runInEDTAndWait(new Runnable() { 406 407 @Override 407 408 public void run() {
Note:
See TracChangeset
for help on using the changeset viewer.