Ignore:
Timestamp:
02/26/12 14:28:27 (12 years ago)
Author:
davidb
Message:

Refactored to use the new PermissionPair and UserAppliedPermission classes

File:
1 edited

Legend:

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

    r427 r454  
    2525import org.expeditee.items.ItemUtils;
    2626import org.expeditee.items.Line;
    27 import org.expeditee.items.Permission;
     27import org.expeditee.items.UserAppliedPermission;
    2828import org.expeditee.items.XRayable;
    2929import org.expeditee.items.widgets.InteractiveWidget;
     
    753753                        // For polygons need to make sure all other endpoints are
    754754                        // unHighlighted
    755                         if (i.hasPermission(Permission.full))
     755                        if (i.hasPermission(UserAppliedPermission.full))
    756756                                changeHighlightMode(i, Item.HighlightMode.Normal,
    757757                                                Item.HighlightMode.None);
Note: See TracChangeset for help on using the changeset viewer.