Ignore:
Timestamp:
2017-12-28T03:04:16+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15654 - fix icon flickering (regression from r13250)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/MapImage.java

    r13250 r13252  
    139139                .setHeight(height)
    140140                .setOptional(true)
    141                 .getAsync().thenAcceptAsync(result -> {
     141                .getAsync(result -> {
    142142                    synchronized (this) {
    143143                        if (result == null) {
Note: See TracChangeset for help on using the changeset viewer.