Revision 41914

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/fmap/mapcontrol/dal/feature/swing/table/FeatureTableModel.java
494 494
                */
495 495
//                reloadFeatureType();
496 496
//                updatePaginHelperWithHiddenColums();
497
                this.delayAction.nextState(DelayAction.STATE_NEED_RELOAD_IF_FEATURE_TYPE_CHANGED, fsNotification.getFeatureType());
497
                this.delayAction.nextState(DelayAction.STATE_NEED_RELOAD_FEATURE_TYPE, fsNotification.getFeatureType());
498 498
            } else if (FeatureStoreNotification.SELECTION_CHANGE.equals(type)) {
499 499
                if( this.getHelper().isSelectionUp() ) {
500 500
//                    getHelper().setSelectionUp(true);

Also available in: Unified diff