Ignore:
Timestamp:
08/11/08 22:26:45 (16 years ago)
Author:
bjn8
Message:

Fixed bug

File:
1 edited

Legend:

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

    r214 r218  
    103103        @Override
    104104        public boolean contains(int x, int y) {
    105                 return super.contains(x, y) && !getEnclosedShape().contains(x, y);
     105                return super.contains(x, y) && !_widgetSource.getBounds().contains(x, y);
    106106        }
    107107
Note: See TracChangeset for help on using the changeset viewer.