Ignore:
Timestamp:
2012-01-19T12:49:55+01:00 (12 years ago)
Author:
bastiK
Message:

extend image sanitize options

File:
1 edited

Legend:

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

    r4272 r4820  
    7474        if (imageIcon == null) {
    7575            if (icon != null) {
    76                 imageIcon = MapPaintStyles.getIcon(new IconReference(icon, this), -1, -1, false);
     76                imageIcon = MapPaintStyles.getIcon(new IconReference(icon, this), -1, -1);
    7777            }
    7878            if (imageIcon == null) {
Note: See TracChangeset for help on using the changeset viewer.