Changeset 34799 in osm for applications/editors/josm/plugins/photoadjust/src/org
- Timestamp:
- 2019-01-01T02:07:56+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
r34786 r34799 184 184 this.image = image; 185 185 this.data = data; 186 imgOrig = image.clone();186 imgOrig = new ImageEntry(image); 187 187 setButtonIcons("ok", "cancel"); 188 188 final JPanel content = new JPanel(new GridBagLayout());
Note:
See TracChangeset
for help on using the changeset viewer.