Ignore:
Timestamp:
2009-07-08T15:26:12+02:00 (17 years ago)
Author:
stoecker
Message:

close #2874 (NPE), improved external style handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/AreaElemStyle.java

    r1629 r1747  
    1414        this.maxScale = maxScale;
    1515        this.minScale = minScale;
     16        this.rules = a.rules;
    1617    }
    1718
     
    2324        this.maxScale = a.maxScale;
    2425        this.minScale = a.minScale;
     26        this.rules = a.rules;
    2527        this.line = l;
    2628        this.code = a.code;
Note: See TracChangeset for help on using the changeset viewer.