Revision 7670 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Layout.java

View differences:

Layout.java
849 849
		setStatus(DESACTUALIZADO);
850 850
		repaint();
851 851
	}
852

  
852
	public void fullRefresh() {
853
		IFFrame[] fframes = getFFrames();
854
		for (int i = 0; i < fframes.length; i++) {
855
			if (fframes[i] instanceof IFFrameUseFMap) {
856
				IFFrameUseFMap fframe = (IFFrameUseFMap) fframes[i];
857
				fframe.refresh();
858
			}
859
		}
860
		refresh();
861
	}
853 862
	/**
854 863
	 * Obtiene el rect?ngulo que representa el folio con las caracter?sticas que
855 864
	 * contiene attributes y diferenciando si es para visualizar en pantalla o

Also available in: Unified diff