Changeset 14765 in josm for trunk/src/org


Ignore:
Timestamp:
2019-02-06T10:33:30+01:00 (6 years ago)
Author:
GerdP
Message:

fix #17286 remember state of minimized docked panels when closing undocked panel

File:
1 edited

Legend:

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

    r14589 r14765  
    688688                        dock();
    689689                        if (isDialogInCollapsedView()) {
    690                             expand();
     690                            dialogsPanel.reconstruct(Action.ELEMENT_SHRINKS, null);
     691                        } else {
     692                            dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, ToggleDialog.this);
    691693                        }
    692                         dialogsPanel.reconstruct(Action.INVISIBLE_TO_DEFAULT, ToggleDialog.this);
    693694                    } else {
    694695                        hideDialog();
Note: See TracChangeset for help on using the changeset viewer.