Ignore:
Timestamp:
2019-09-19T11:12:31+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #18146 - don't remember last search performed from properties/selection dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r14685 r15356  
    11921192                return;
    11931193            final SearchSetting ss = createSearchSetting(key, sel, sameType);
    1194             org.openstreetmap.josm.actions.search.SearchAction.searchWithoutHistory(ss);
     1194            org.openstreetmap.josm.actions.search.SearchAction.searchStateless(ss);
    11951195        }
    11961196    }
Note: See TracChangeset for help on using the changeset viewer.