Ignore:
Timestamp:
2012-08-06T14:57:51+02:00 (12 years ago)
Author:
bastiK
Message:

fixed #7929 - You can't add new tag

File:
1 edited

Legend:

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

    r5383 r5399  
    132132            Node virtualNode = new Node();
    133133            virtualNode.put(tag.getKey(), tag.getValue());
    134             StyleList styleList = getStyles().generateStyles(virtualNode, 0, null, false).a;
     134            StyleList styleList = getStyles().generateStyles(virtualNode, 0.5, null, false).a;
    135135            if (styleList != null) {
    136136                for (Iterator<ElemStyle> it = styleList.iterator(); it.hasNext(); ) {
Note: See TracChangeset for help on using the changeset viewer.