Changeset 18479 in josm
- Timestamp:
- 2022-06-08T23:03:12+02:00 (2 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/notes/Note.java
r17855 r18479 30 30 /** 31 31 * Sorts notes in the following order: 32 * 1) Open notes 33 * 2) Closed notes 34 * 3) New notes 32 * <ol> 33 * <li>Open notes</li> 34 * <li>Closed notes</li> 35 * <li>New notes</li> 36 * </ol> 35 37 * Within each subgroup it sorts by ID 36 38 */ -
trunk/src/org/openstreetmap/josm/gui/dialogs/NotesDialog.java
r18454 r18479 206 206 model.setData(noteList); 207 207 updateButtonStates(); 208 selectionChanged(); 208 209 this.repaint(); 209 210 }
Note:
See TracChangeset
for help on using the changeset viewer.