Ignore:
Timestamp:
2011-07-27T23:50:06+02:00 (13 years ago)
Author:
bastiK
Message:

mapcss: proper support for scaled icons (fixes #6560)

File:
1 edited

Legend:

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

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