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/gui/dialogs/relation/actions/SelectedMembersForSelectionAction.java

    r9665 r13130  
    2626        super(null, memberTableModel, null, selectionTableModel, null, layer, null);
    2727        putValue(SHORT_DESCRIPTION, tr("Select relation members which refer to objects in the current selection"));
    28         putValue(SMALL_ICON, ImageProvider.get("dialogs/relation", "selectmembers"));
     28        new ImageProvider("dialogs/relation", "selectmembers").getResource().attachImageIcon(this, true);
    2929        updateEnabledState();
    3030    }
Note: See TracChangeset for help on using the changeset viewer.