Revision 5166 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/SelectionCADTool.java

View differences:

SelectionCADTool.java
126 126
				+ " x= " + x + " y=" + y);
127 127
		_fsm.addPoint(x, y, event);
128 128
		System.out.println("ESTADO ACTUAL: " + getStatus());
129
		FLyrVect lv=(FLyrVect)((VectorialLayerEdited)CADExtension.getEditionManager().getActiveLayerEdited()).getLayer();
130
		lv.getSource().getRecordset().getSelectionSupport().fireSelectionEvents();
129
		/* FLyrVect lv=(FLyrVect)((VectorialLayerEdited)CADExtension.getEditionManager().getActiveLayerEdited()).getLayer();
130
		lv.getSource().getRecordset().getSelectionSupport().fireSelectionEvents(); */
131 131
	}
132 132

  
133 133
	/*

Also available in: Unified diff