Changeset 703


Ignore:
Timestamp:
01/16/14 12:16:13 (10 years ago)
Author:
ngw8
Message:

Bug fix in the addRectangle method - was adding width (rather than height) to y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Frame.java

    r702 r703  
    16861686                // Bottom Left
    16871687                corners[3] = this.createDot();
    1688                 corners[3].setPosition(x, y + width);
     1688                corners[3].setPosition(x, y + height);
    16891689
    16901690                // Add corners to the collection and setting their attributes
Note: See TracChangeset for help on using the changeset viewer.