Revision 33647 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/layout/fframes/FFrame.java

View differences:

FFrame.java
679 679

  
680 680
    @Override
681 681
    public Object clone() throws CloneNotSupportedException {
682
        IFFrame frame = (IFFrame) super.clone();
683
        //frame.setLayout(layout);      
684
        //frame.setFrameLayoutFactory(frameFactory);
685
        cloneActions(frame);
682
        IFFrame frame = (IFFrame) super.clone();             
686 683
        return frame;
687 684
    }
688 685

  

Also available in: Unified diff