Revision 4809 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/FLayoutFunctions.java

View differences:

FLayoutFunctions.java
110 110
				if (fframe instanceof FFrameGroup) {
111 111
					((FFrameGroup) fframe).setAt(layout.getAT());
112 112
				}
113

  
113 114
				IFFrame fframeAux=fframe.cloneFFrame(layout);
114 115
				fframeAux.setBoundBox(FLayoutUtilities.toSheetRect(rectangle,
115 116
						layout.getAT()));
117
				if (fframeAux instanceof IFFrameUseFMap)
118
					((IFFrameUseFMap)fframeAux).refresh();
116 119
				layout.getEFS().modifyFFrame(fframe,fframeAux);
117 120
				fframeAux.getBoundingBox(layout.getAT());
121

  
118 122
				isUpdate = true;
119 123
			}
120 124
			Rectangle rect=null;

Also available in: Unified diff