Changes between Version 1 and Version 2 of Ticket #17358, comment 7


Ignore:
Timestamp:
2019-02-23T16:46:22+01:00 (7 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17358, comment 7

    v1 v2  
    33Dirty 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]
    44
    5 Nicer fix: Add a `requiresExctKeyMatch()` method to `KeyValueCondition`:
     5Nicer fix: Add a `requiresExactKeyMatch()` method to `KeyValueCondition`:
    66
    77{{{