Changeset 3191 in josm


Ignore:
Timestamp:
2010-04-18T22:51:55+02:00 (14 years ago)
Author:
bastiK
Message:

fixed #4909 - draw direction arrows only at ways head is inverted (patch by robome)

File:
1 edited

Legend:

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

    r3116 r3191  
    149149        /* head only takes over control if the option is true,
    150150        the direction should be shown at all and not only because it's selected */
    151         boolean showOnlyHeadArrowOnly = showDirection && selected && paintSettings.isShowHeadArrowOnly();
     151        boolean showOnlyHeadArrowOnly = showDirection && !selected && paintSettings.isShowHeadArrowOnly();
    152152        Node lastN;
    153153
Note: See TracChangeset for help on using the changeset viewer.