Revision 6071 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/CADToolAdapter.java

View differences:

CADToolAdapter.java
273 273
		lastY = e.getY();
274 274

  
275 275
		calculateSnapPoint(e.getPoint());
276
		
276

  
277 277
		showCoords(e.getPoint());
278 278

  
279 279
		getMapControl().repaint();
......
827 827
			e.printStackTrace();
828 828
		} finally {
829 829
			try {
830
				vea.endComplexRow();
830
				String description=PluginServices.getText(this,"remove_geometry");
831
				vea.endComplexRow(description);
831 832
			} catch (IOException e1) {
832 833
				e1.printStackTrace();
833 834
			} catch (DriverIOException e1) {

Also available in: Unified diff