Ignore:
Timestamp:
05/23/08 16:11:25 (16 years ago)
Author:
ra33
Message:

Fixed bugs... added some more features!!

File:
1 edited

Legend:

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

    r72 r74  
    203203        public void setAnnotation(boolean val) {
    204204                DisplayIO.setCursorPosition(this.getPosition());
    205                 //Make all the dots this dot is connected to be annotations
    206                 for(Item i: getAllConnected())
    207                         if (i.isLineEnd())
    208                                 i._connectedToAnnotation = val;
    209                
    210205                FrameKeyboardActions.replaceDot(this, '@');
    211206        }
     
    224219                                // remove lines that are in common
    225220                                if (getLines().contains(line)) {
     221                                        this.setThickness(getThickness() + dot.getThickness());
    226222                                        dot.removeLine(line);
    227223                                        removeLine(line);
Note: See TracChangeset for help on using the changeset viewer.