Revision 12148 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/ExploitCADTool.java

View differences:

ExploitCADTool.java
191 191
			selectedRowAux.add(new DefaultRowEdited(dfAux,
192 192
					IRowEdited.STATUS_ADDED, index));
193 193
		}
194
		getCadToolAdapter().getMapControl().drawMap(false);
194 195
	}
195 196
    private void exploitLine(DefaultRowEdited dre,ArrayList selectedRowAux){
196 197
    	GeneralPathX newGp1 = new GeneralPathX();
......
286 287

  
287 288
			theIterator.next();
288 289
		} // end while loop
289

  
290
		getCadToolAdapter().getMapControl().drawMap(false);
290 291
    }
291 292
    private void exploitPolygon(DefaultRowEdited dre,ArrayList selectedRowAux) {
292 293
    	GeneralPathX newGp1 = null;
......
355 356
			selectedRowAux.add(new DefaultRowEdited(dfLine,
356 357
			IRowEdited.STATUS_ADDED, indexLine));
357 358
		}
358

  
359
		getCadToolAdapter().getMapControl().drawMap(false);
359 360
    }
360 361
    /**
361 362
	 * Add a diferent option.

Also available in: Unified diff