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/WidgetCorner.java

    r214 r218  
    166166        @Override
    167167        public boolean contains(int x, int y) {
    168                 return super.contains(x, y) && !getEnclosedShape().contains(x, y);
     168                return super.contains(x, y) && !_widgetSource.getBounds().contains(x, y);
    169169        }
    170170
Note: See TracChangeset for help on using the changeset viewer.