Changeset 4366 in josm
- Timestamp:
- Aug 28, 2011 12:13:33 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r4363 r4366 690 690 @Override 691 691 public void eventDispatched(AWTEvent event) { 692 if(isShowing() ) {692 if(isShowing() && !isCollapsed) { 693 693 Rectangle b = this.getBounds(); 694 694 b.setLocation(getLocationOnScreen());
Note: See TracChangeset
for help on using the changeset viewer.
