Revision 29991

View differences:

trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/EditVertexCADTool.java
272 272
			Handler[] handlers=ig.getHandlers(IGeometry.SELECTHANDLER);
273 273
			if (numSelect>=handlers.length)
274 274
				numSelect=0;
275
			if (handlers.length==0)
276
				continue;
275 277
			FGraphicUtilities.DrawVertex((Graphics2D)g,vp.getAffineTransform(),handlers[numSelect]);
276 278
		}
277 279
	}

Also available in: Unified diff