Revision 9243 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/MultiPointCADTool.java

View differences:

MultiPointCADTool.java
191 191
			ys[i]=p[1];
192 192
		}
193 193
		addGeometry(ShapeFactory.createMultipoint2D(xs,ys));
194
		points.clear();
195 194
		end();
196 195
	}
196
	public void end() {
197
		points.clear();
198
		super.end();
199
	}
197 200
}

Also available in: Unified diff