Revision 772 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/FFrameView.java

View differences:

FFrameView.java
520 520
            );
521 521

  
522 522
            Graphics2D gimg = (Graphics2D) m_image.createGraphics();
523
            gimg.setBackground(viewPort.getBackColor());
524
            gimg.fillRect(0, 0, width, height);
523 525
            getMapContext().draw(m_image, gimg, getScale());
524 526
            gimg.dispose();
525 527
            b_validCache = true;

Also available in: Unified diff