Changeset 14765 in josm for trunk/src/org
- Timestamp:
- 2019-02-06T10:33:30+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r14589 r14765 688 688 dock(); 689 689 if (isDialogInCollapsedView()) { 690 expand(); 690 dialogsPanel.reconstruct(Action.ELEMENT_SHRINKS, null); 691 } else { 692 dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, ToggleDialog.this); 691 693 } 692 dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, ToggleDialog.this);693 694 } else { 694 695 hideDialog();
Note:
See TracChangeset
for help on using the changeset viewer.