Changeset 8449 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java
- Timestamp:
- 2015-06-03T00:46:40+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java
r8399 r8449 126 126 JPanel p = panels.get(N-1); // current Panel (start with last one) 127 127 int k = -1; // indicates that the current Panel index is N-1, but no default-view-Dialog has been added to this Panel yet. 128 for (int i=N-1; i >= 0 ; --i) {128 for (int i=N-1; i >= 0; --i) { 129 129 final ToggleDialog dlg = allDialogs.get(i); 130 130 if (dlg.isDialogInDefaultView()) {
Note:
See TracChangeset
for help on using the changeset viewer.
