Changeset 17898 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2021-05-17T19:56:19+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java
r17894 r17898 24 24 import javax.swing.JPanel; 25 25 import javax.swing.JTextField; 26 import javax.swing.SwingUtilities; 26 27 import javax.swing.event.AncestorEvent; 27 28 import javax.swing.event.AncestorListener; … … 365 366 366 367 private void setComment() { 367 destination.setComment(source.getText());368 SwingUtilities.invokeLater(() -> destination.setComment(source.getText())); 368 369 } 369 370
Note:
See TracChangeset
for help on using the changeset viewer.