Changeset 4845 in josm
- Timestamp:
- Jan 22, 2012 11:26:11 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ImageryAdjustAction.java
r4192 r4845 201 201 } 202 202 updateOffsetIntl(); 203 Main.map.repaint(); 203 if (Main.map != null) { 204 Main.map.repaint(); 205 } 204 206 } 205 207
Note: See TracChangeset
for help on using the changeset viewer.
