Ignore:
Timestamp:
07/25/08 09:24:45 (16 years ago)
Author:
ra33
Message:

Added calculate action

File:
1 edited

Legend:

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

    r154 r156  
    658658                        if (toDisconnect != null && !(i instanceof WidgetEdge)) {
    659659                                Item.HighlightMode newMode = toDisconnect.getHighlightMode();
    660                                 if (Frame.itemAttachedToCursor())
     660                                if (FreeItems.itemAttachedToCursor())
    661661                                        newMode = Item.HighlightMode.Normal;
    662662                                // unhighlight all the other dots
Note: See TracChangeset for help on using the changeset viewer.