- Timestamp:
- 2011-08-28T12:13:33+02:00 (13 years 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.