Ignore:
Timestamp:
10/06/15 14:28:19 (9 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/MagneticConstraint/Actions/DeleteAction.java

    r963 r967  
    1313        @Override
    1414        public boolean exec(final Item item) {
     15                if(item.getParent() == null || !this.isSpIDERCodePage(item.getParent())) return false;
    1516                if(item == null || ((Text) item).isEmpty()) {
    1617                        final Text temp = DisplayIO.getCurrentFrame().createNewText(".");
Note: See TracChangeset for help on using the changeset viewer.