Changeset 35253 in osm for applications/editors/josm/plugins/surveyor/src
- Timestamp:
- 2019-12-13T22:29:05+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/action/gui/WaypointDialog.java
r34591 r35253 38 38 String prop = e.getPropertyName(); 39 39 40 if (dialog.isVisible() && (e.getSource() == optionPane)41 && (prop.equals(JOptionPane.VALUE_PROPERTY))) {40 if (dialog.isVisible() && e.getSource() == optionPane 41 && prop.equals(JOptionPane.VALUE_PROPERTY)) { 42 42 // If you were going to check something 43 43 // before closing the window, you'd do it here.
Note:
See TracChangeset
for help on using the changeset viewer.