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

View differences:

FLayoutFunctions.java
131 131

  
132 132
			if (isUpdate) {
133 133
				layout.setStatus(Layout.DESACTUALIZADO);
134
				
134

  
135 135
			} else {
136 136
				layout.setStatus(Layout.ACTUALIZADO);
137 137
			}
138 138
		}
139
		
139

  
140 140
		layout.updateFFrames();
141 141
		layout.setIsReSel(true);
142 142
	}
......
278 278
	 *
279 279
	 * @return Punto real.
280 280
	 */
281
	public Point2D.Double toMapPoint(Point2D pScreen, AffineTransform at1) {
281
	public static Point2D.Double toMapPoint(Point2D pScreen, AffineTransform at1) {
282 282
		Point2D.Double pWorld = new Point2D.Double();
283 283

  
284 284
		AffineTransform at;

Also available in: Unified diff