Ignore:
Timestamp:
2017-09-26T21:52:28+02:00 (7 years ago)
Author:
Don-vip
Message:

fix #15267 - fix various usability problems with new download dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r12900 r12903  
    365365    public void rememberSettings() {
    366366        DOWNLOAD_TAB.put(tpDownloadAreaSelectors.getSelectedIndex());
     367        downloadSourcesTab.getAllPanels().forEach(AbstractDownloadSourcePanel::rememberSettings);
    367368        downloadSourcesTab.getSelectedPanel().ifPresent(panel -> DOWNLOAD_SOURCE_TAB.put(panel.getSimpleName()));
    368369        DOWNLOAD_NEWLAYER.put(cbNewLayer.isSelected());
Note: See TracChangeset for help on using the changeset viewer.