Ignore:
Timestamp:
2017-11-19T20:12:24+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15572 - use ImageProvider attach API for all JOSM actions to ensure proper icon size everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/PurgeAction.java

    r12846 r13130  
    160160                {
    161161                    putValue(SHORT_DESCRIPTION, tr("Add to selection"));
    162                     putValue(SMALL_ICON, ImageProvider.get("dialogs", "select"));
     162                    new ImageProvider("dialogs", "select").getResource().attachImageIcon(this, true);
    163163                }
    164164
Note: See TracChangeset for help on using the changeset viewer.