Changeset 5998 in josm for trunk/src/org/openstreetmap/josm/gui/help
- Timestamp:
- 2013-06-10T00:55:26+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java
r5938 r5998 209 209 ) 210 210 ).applySafe(this); 211 } else if ( !visible && isShowing()){211 } else if (isShowing()) { // Avoid IllegalComponentStateException like in #8775 212 212 new WindowGeometry(this).remember(getClass().getName() + ".geometry"); 213 213 }
Note:
See TracChangeset
for help on using the changeset viewer.