Revision 40333

View differences:

branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/paging/impl/FeaturePagingHelperImpl.java
256 256

  
257 257
    public void reloadCurrentPage() throws BaseException {
258 258
        
259
        boolean sel_up = this.isSelectionUp();
260

  
259 261
        setSelectionUp(false);
260 262
        if (getCalculator().getCurrentPage() > -1) {
261 263
            loadCurrentPageData();
262 264
        }
265
        
266
        if (sel_up) {
267
            setSelectionUp(true);
268
        }
263 269
    }
264 270

  
265 271
    public void reload() throws BaseException {

Also available in: Unified diff