Ignore:
Timestamp:
2011-08-28T12:13:33+02:00 (13 years ago)
Author:
stoecker
Message:

see #6731 - handle collapsed menu correctly

File:
1 edited

Legend:

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

    r4363 r4366  
    690690    @Override
    691691    public void eventDispatched(AWTEvent event) {
    692         if(isShowing()) {
     692        if(isShowing() && !isCollapsed) {
    693693            Rectangle b = this.getBounds();
    694694            b.setLocation(getLocationOnScreen());
Note: See TracChangeset for help on using the changeset viewer.