Revision 36776 branches/v2_0_0_prep/extensions/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/FFrameView.java

View differences:

FFrameView.java
1095 1095
        state.set(SHOWGRID_FIELD, showGrid);
1096 1096
        state.set(GRID_FIELD, grid);
1097 1097
    }
1098
    
1099
    @Override
1100
    public void setBoundBox(Rectangle2D r) {      
1101
        super.setBoundBox(r);
1102
        refresh();
1103
    }   
1098 1104
}

Also available in: Unified diff