Ignore:
Timestamp:
2015-05-18T22:57:22+02:00 (9 years ago)
Author:
Don-vip
Message:

see #11447 - partial revert of r8384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java

    r8384 r8393  
    232232        // center. This method is ok as long as distances are short
    233233        // relative to the distance from the N or S poles.
    234         if (Double.doubleToRawLongBits(radius) == 0) {
     234        if (radius == 0) {
    235235            for (Node n : nodes) {
    236236                radius += distance(center, n.getEastNorth());
Note: See TracChangeset for help on using the changeset viewer.