Revision 11427 branches/v10/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/ScaleCADTool.java

View differences:

ScaleCADTool.java
225 225
					UtilFunctions.scaleGeom(geometry, firstPoint, scale, scale);
226 226
					geometry.draw((Graphics2D) g, getCadToolAdapter()
227 227
							.getMapControl().getViewPort(),
228
							CADTool.modifySymbol);
228
							DefaultCADTool.modifySymbol);
229 229

  
230 230
				}
231 231

  
......
260 260
								escalado);
261 261
						geometry.draw((Graphics2D) g, getCadToolAdapter()
262 262
								.getMapControl().getViewPort(),
263
								CADTool.modifySymbol);
263
								DefaultCADTool.modifySymbol);
264 264

  
265 265
					}
266 266
				} else {

Also available in: Unified diff