Ignore:
Timestamp:
09/18/18 11:57:32 (6 years ago)
Author:
bln4
Message:

Used Eclipse refactoring to encapsulate Point.X and Point.Y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/gui/FrameLayoutDaemon.java

    r1102 r1142  
    562562                                                        int offsetX = width / 2;
    563563                                                        int offsetY = freespaceTrackToFormat.getHeight() / 2;
    564                                                         freespaceTrackToFormat.setPosition(containerPoint.x - offsetX, containerPoint.y - offsetY);
     564                                                        freespaceTrackToFormat.setPosition(containerPoint.getX() - offsetX, containerPoint.getY() - offsetY);
    565565                                                        StandardGestureActions.resetOffset();
    566566                                                }
Note: See TracChangeset for help on using the changeset viewer.