Revision 12104 branches/v10/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/FLayoutGraphics.java

View differences:

FLayoutGraphics.java
165 165
					for (int j = selecList.size() - 1; j >= 0; j--) {
166 166
						IFFrame frame=(IFFrame) selecList.get(j);
167 167
						frame.setRotation(frame.getRotation()+fframe.getRotation());
168
						layout.addFFrame(frame, false,true);
168
						layout.addFFrameSameProperties(frame);
169 169
					}
170 170
					layout.delFFrame(fframegroup);
171 171
				}

Also available in: Unified diff