Revision 36 1.10/trunk/libraries/lib3DMap/src/org/gvsig/gvsig3d/map3d/ViewPort3D.java

View differences:

ViewPort3D.java
205 205
	 */
206 206
	public void mouseReleased(MouseEvent e) {
207 207
		// Center point of locator
208
		
208 209
		Point2D center = null;
209 210
		// Scale factor
210 211
		double factor = 0;
......
230 231
				center.getY() - height / 2, width, height);
231 232
		extent = extend;
232 233
		// Locator Refresh
233
		refreshExtent();
234
		//refreshExtent();
235
		
234 236
	}
235 237

  
236 238
	public void refreshExtent() {

Also available in: Unified diff