Changeset 16191 in josm
- Timestamp:
- 2020-03-22T09:23:40+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Selector.java
r15995 r16191 214 214 return; 215 215 int count = counter.getAsInt(); 216 if (link.conds == null) { 216 if (link.conds == null || link.conds.isEmpty()) { 217 217 // index is not needed, we can avoid the sequential search below 218 218 e.parent = parent;
Note:
See TracChangeset
for help on using the changeset viewer.