Changeset 15517 in josm
- Timestamp:
- 2019-11-05T23:46:56+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
r15511 r15517 790 790 for (Thread t : threads) { 791 791 if (t instanceof SmoothScrollThread) { 792 ((SmoothScrollThread) t).stopIt();792 ((SmoothScrollThread) t).stopIt(); 793 793 /* handle this case outside in case there is more than one smooth thread */ 794 794 stopped = true;
Note:
See TracChangeset
for help on using the changeset viewer.