Revision 23642 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/layout/FLayoutFunctions.java

View differences:

FLayoutFunctions.java
114 114
				IFFrame fframeAux=fframe.cloneFFrame(layout);
115 115
				fframeAux.setBoundBox(FLayoutUtilities.toSheetRect(rectangle,
116 116
						layout.getLayoutControl().getAT()));
117
				if (fframeAux instanceof IFFrameUseFMap)
118
					((IFFrameUseFMap)fframeAux).refresh();
117
//				if (fframeAux instanceof IFFrameUseFMap)
118
//					((IFFrameUseFMap)fframeAux).refresh();
119 119
				efs.update(fframe,fframeAux);
120 120
				fframeAux.getBoundingBox(layout.getLayoutControl().getAT());
121 121

  

Also available in: Unified diff