Revision 44435 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/featuretable/table/DefaultFeatureTableModel.java

View differences:

DefaultFeatureTableModel.java
557 557
    }
558 558

  
559 559
    public boolean isSelectionLocked() {
560
        if( !this.getFeatureType().supportReferences() ) {
561
            return true;
562
        }
560 563
        return selectionLocked;
561 564
    }
562 565

  

Also available in: Unified diff