- Timestamp:
- 2019-09-19T16:58:10+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r14450 r15365 435 435 public void setVisible(boolean visible) { 436 436 if (visible) { 437 btnDownloadNewLayer.set Visible(437 btnDownloadNewLayer.setEnabled( 438 438 !MainApplication.getLayerManager().getLayersOfType(OsmDataLayer.class).isEmpty()); 439 439 new WindowGeometry(
Note:
See TracChangeset
for help on using the changeset viewer.