Ignore:
Timestamp:
2016-03-21T01:00:06+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #12656 - increase display time for styles and presets tooltips

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/SourceEditor.java

    r9977 r10024  
    136136        final SourceEntryListCellRenderer listCellRenderer = new SourceEntryListCellRenderer();
    137137        this.lstAvailableSources.setCellRenderer(listCellRenderer);
     138        GuiHelper.extendTooltipDelay(lstAvailableSources);
    138139        this.availableSourcesUrl = availableSourcesUrl;
    139140        this.sourceProviders = sourceProviders;
Note: See TracChangeset for help on using the changeset viewer.