Changes between Version 1 and Version 2 of Ticket #17358, comment 7
- Timestamp:
- 2019-02-23T16:46:22+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17358, comment 7
v1 v2 3 3 Dirty fix: add a `!(c instanceof RegexpKeyValueRegexpCondition)` test in [https://github.com/openstreetmap/josm/blob/c969a74ddcfda57a68b6ef795c33978c80c124cd/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java#L331 MapCSSStyleSource.java Line 331] 4 4 5 Nicer fix: Add a `requiresExctKeyMatch()` method to `KeyValueCondition`: 5 Nicer fix: Add a `requiresExactKeyMatch()` method to `KeyValueCondition`: 6 6 7 7 {{{


