Revision 1822 branches/gvSIG_CAD_Layout_version/applications/appgvSIG/src/com/iver/cit/gvsig/gui/cad/tools/ScaleCadTool.java

View differences:

ScaleCadTool.java
96 96
			PluginServices.getMDIManager().setWaitCursor();
97 97
			lastPoint = new Point2D.Double(ds[0], ds[1]);
98 98

  
99
			double w;
99
			/*double w;
100 100
			double h;
101 101
			w = lastPoint.getX() - firstPoint.getX();
102 102
			h = lastPoint.getY() - firstPoint.getY();
103

  
103
*/
104 104
			try {
105 105
				//ViewPort vp = getCadToolAdapter().getMapControl().getViewPort(); 
106 106
				editingSource.startComplexGeometry();

Also available in: Unified diff