Ignore:
Timestamp:
08/13/08 16:23:44 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

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

    r220 r222  
    9898        @Override
    9999        public boolean contains(int x, int y) {
    100                 return super.contains(x, y) && !getEnclosedShape().contains(x, y);
     100                return super.contains(x, y) && !_widgetSource.getBounds().contains(x, y);
    101101        }
    102102
Note: See TracChangeset for help on using the changeset viewer.