Ignore:
Timestamp:
2017-08-25T22:25:25+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - convert MapCSS performance test to Java + update import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java

    r12649 r12650  
    308308    }
    309309
     310    /**
     311     * Resets MapPaintStyles to a single source.
     312     * @param source new map paint style source
     313     */
     314    public static void resetStylesToSingle(StyleSource source) {
     315        MapPaintStyles.getStyles().clear();
     316        MapPaintStyles.getStyles().add(source);
     317    }
     318
    310319    private static void setFilterStyleActive(boolean active) {
    311320        if (filterStyle.active != active) {
Note: See TracChangeset for help on using the changeset viewer.