Ignore:
Timestamp:
2016-08-22T20:29:30+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13412 - replace character by ' in comments, cause encoding problems when applying UTF-8 patches with Eclipse on Windows, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=214085

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r10853 r10873  
    9494    private transient Set<OsmPrimitive> oldHighlights = new HashSet<>();
    9595    // new highlights contains a list of primitives that should be highlighted
    96     // but havent been so far. The idea is to compare old and new and only
     96    // but haven't been so far. The idea is to compare old and new and only
    9797    // repaint if there are changes.
    9898    private transient Set<OsmPrimitive> newHighlights = new HashSet<>();
     
    930930        boolean repaintIssued = removeHighlighting();
    931931        // force repaint in case snapHelper needs one. If removeHighlighting
    932         // caused one already, dont do it again.
     932        // caused one already, don't do it again.
    933933        if (!repaintIssued) {
    934934            editLayer.invalidate();
Note: See TracChangeset for help on using the changeset viewer.