Changeset 8373 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java
- Timestamp:
- 2015-05-17T02:40:26+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java
r8345 r8373 538 538 if (r.selector instanceof GeneralSelector) { 539 539 GeneralSelector gs = (GeneralSelector) r.selector; 540 if (gs.getBase() .equals("setting")) {540 if ("setting".equals(gs.getBase())) { 541 541 if (!gs.matchesConditions(env)) { 542 542 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
