- Timestamp:
- 2021-01-22T10:21:26+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java
r17238 r17475 164 164 protected void automaticallyAddSource() { 165 165 final String source = MainApplication.getMap().mapView.getLayerInformationForSourceTag(); 166 hcbUploadSource.getModel().setSelectedItem(null); // fix #20134 166 167 hcbUploadSource.setText(Utils.shortenString(source, Changeset.MAX_CHANGESET_TAG_LENGTH)); 167 168 changesetSourceModel.setComment(hcbUploadSource.getText()); // Fix #9965
Note:
See TracChangeset
for help on using the changeset viewer.