Changeset 10398 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2016-06-16T15:10:50+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #12975 - areas in the mapview are not filled anymore (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapViewState.java

    r10375 r10398  
    172172     */
    173173    public AffineTransform getAffineTransform() {
    174         return new AffineTransform(1.0 / scale, 0.0, 0.0, -1.0 / scale, topLeft.east() / scale,
     174        return new AffineTransform(1.0 / scale, 0.0, 0.0, -1.0 / scale, -topLeft.east() / scale,
    175175                topLeft.north() / scale);
    176176    }
Note: See TracChangeset for help on using the changeset viewer.