Changeset 4366 in josm


Ignore:
Timestamp:
Aug 28, 2011 12:13:33 PM (21 months 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.