- Timestamp:
- 2018-01-30T01:11:22+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/AreaElement.java
r13301 r13368 89 89 try { 90 90 color = new Color(((BufferedImage) img).getRGB( 91 fillImage.getWidth() / 2, fillImage.getHeight() / 2)91 img.getWidth(null) / 2, img.getHeight(null) / 2) 92 92 ); 93 93 } catch (ArrayIndexOutOfBoundsException e) {
Note:
See TracChangeset
for help on using the changeset viewer.