Revision 37418 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
397 397
            }
398 398
        }
399 399
        postDraw(g, rectangleLayout, rectangleView, imgBase, originalClip, at); 
400
        if (showGrid && grid != null) {
401
            ((FFrameGrid) grid).setFFrameDependence(this);
400
        if (showGrid && grid != null) {           
402 401
            grid.draw(g, at, rectangleView, imgBase);
403 402
        }    
404 403
    }

Also available in: Unified diff