Revision 29992

View differences:

branches/v2_0_0_prep/extensions/extEditing/src/org/gvsig/editing/gui/cad/tools/EditVertexCADTool.java
312 312
				if (numSelect >= handlers.length) {
313 313
					numSelect = 0;
314 314
				}
315
				if (handlers.length==0)
316
					continue;
315 317
				FGraphicUtilities.DrawVertex((Graphics2D) g, vp
316 318
						.getAffineTransform(), handlers[numSelect]);
317 319
			}

Also available in: Unified diff