- Timestamp:
- 2020-01-10T00:07:18+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r15669 r15670 445 445 } 446 446 447 /** 448 * Sets a filter to restrict the displayed properties. 449 * @param filter the filter 450 * @since 8980 451 */ 447 452 public void setFilter(final SearchCompiler.Match filter) { 448 453 this.tagRowSorter.setRowFilter(new SearchBasedRowFilter(filter));
Note:
See TracChangeset
for help on using the changeset viewer.