Ignore:
Timestamp:
01/31/14 16:05:04 (10 years ago)
Author:
csl14
Message:

Exploratory Search taskbars now resize with screen - fixed anchor bottom to work with lines

File:
1 edited

Legend:

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

    r774 r798  
    30343034                                                        // => Anything connected that is *not* anchored to the top should be moved by 'delta'
    30353035                                                        if (i.getAnchorTop()==null) {
    3036                                                         // must be Bottom
    3037                                                         i.setAnchorBottom(null);
     3036                                                                // must be Bottom
     3037                                                                //i.setAnchorBottom(null);
     3038                                                                i.setXY(i.getX(), i.getY() + delta);
    30383039                                                        }
    30393040                                                }
Note: See TracChangeset for help on using the changeset viewer.