Ignore:
Timestamp:
2015-03-12T23:37:24+01:00 (9 years ago)
Author:
bastiK
Message:

see #11227 - MapCSS: rendering slow because of frequent preferences lookup

File:
1 edited

Legend:

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

    r7596 r8133  
    342342                    addIfNotNull(sl, BoxTextElemStyle.create(env, nodeStyle.getBoxProvider()));
    343343                } else {
    344                     addIfNotNull(sl, BoxTextElemStyle.create(env, NodeElemStyle.SIMPLE_NODE_ELEMSTYLE.getBoxProvider()));
     344                    addIfNotNull(sl, BoxTextElemStyle.create(env, NodeElemStyle.SIMPLE_NODE_ELEMSTYLE_BOXPROVIDER));
    345345                }
    346346            } else if (osm instanceof Relation) {
Note: See TracChangeset for help on using the changeset viewer.