Ignore:
Timestamp:
01/28/14 22:04:27 (10 years ago)
Author:
davidb
Message:

Mouse panning action updated to take into account the status of any items that are anchored, and therefore shouldn't move

File:
1 edited

Legend:

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

    r720 r774  
    120120        public void setAnchorRight(Float anchor) {
    121121                _widgetSource.setAnchorRight(anchor);
     122        }
     123
     124        @Override
     125        public boolean isAnchored() {
     126                return _widgetSource.isAnchored();
    122127        }
    123128       
Note: See TracChangeset for help on using the changeset viewer.