Ignore:
Timestamp:
05/19/08 12:03:18 (16 years ago)
Author:
ra33
Message:

Fixed a bunch of problems with rectangles and resizing the window, as well as adding some more unit tests etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Dot.java

    r50 r67  
    302302        public void anchor() {
    303303                super.anchor();
    304                 Frame current = getCurrentFrame();
     304                Frame current = getParentOrCurrentFrame();
    305305                for (Line line : getLines()) {
    306306                        if (line.getID() < 0 && !current.getItems().contains(line)) {
Note: See TracChangeset for help on using the changeset viewer.