Ticket #17358: 17358.patch
| File 17358.patch, 874 bytes (added by , 7 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java
330 330 if (!keyCondition.negateResult && conditionRequiresKeyPresence(keyCondition.matchType)) { 331 331 key = keyCondition.label; 332 332 } 333 } else if (c instanceof KeyValueCondition) {333 } else if (c instanceof SimpleKeyValueCondition) { 334 334 KeyValueCondition keyValueCondition = (KeyValueCondition) c; 335 335 if (!Op.NEGATED_OPS.contains(keyValueCondition.op)) { 336 336 key = keyValueCondition.k;
