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

View differences:

FFrameGroup.java
267 267
        for (int i = 0; i < m_fframes.size(); i++) {
268 268
            frame.addFFrame((IFFrame) m_fframes.get(i).clone());
269 269
        }
270
        frame.m_BoundBox= new Rectangle2D.Double(m_BoundBox.x, m_BoundBox.y, m_BoundBox.width, m_BoundBox.height);
271 270
        frame.m_at = new AffineTransform(m_at);
272 271
        frame.rg = new Rectangle2D.Double(rg.x, rg.y, rg.width, rg.height);
273 272
        return frame;

Also available in: Unified diff