Changeset 6310 in josm for trunk/src/org/openstreetmap/josm/gui/MapStatus.java
- Timestamp:
- 2013-10-07T00:04:48+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r6296 r6310 218 218 synchronized (this) { 219 219 // TODO Would be better if the timeout wasn't necessary 220 try {wait(1000);} catch (InterruptedException e) {} 220 try { 221 wait(1000); 222 } catch (InterruptedException e) { 223 Main.warn(e); 224 } 221 225 ms.modifiers = mouseState.modifiers; 222 226 ms.mousePos = mouseState.mousePos; … … 337 341 }); 338 342 } catch (Exception e) { 339 343 Main.warn(e); 340 344 } 341 345 }
Note:
See TracChangeset
for help on using the changeset viewer.
