Changeset 1747 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/AreaElemStyle.java
- Timestamp:
- 2009-07-08T15:26:12+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/AreaElemStyle.java
r1629 r1747 14 14 this.maxScale = maxScale; 15 15 this.minScale = minScale; 16 this.rules = a.rules; 16 17 } 17 18 … … 23 24 this.maxScale = a.maxScale; 24 25 this.minScale = a.minScale; 26 this.rules = a.rules; 25 27 this.line = l; 26 28 this.code = a.code;
Note:
See TracChangeset
for help on using the changeset viewer.
