Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/gui/download/SourceButton.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/SourceButton.java
r1390 r1677 43 43 - imageMapnik.getIconWidth(), y, null); 44 44 }else if(currentMap == CYCLEMAP){ 45 g.drawImage(imageCycleMap.getImage(), g.getClipBounds().width45 g.drawImage(imageCycleMap.getImage(), g.getClipBounds().width 46 46 - imageCycleMap.getIconWidth(), y, null); 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.
