Revision 3997 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/RectangleCADTool.java

View differences:

RectangleCADTool.java
178 178
            elShape.lineTo(firstPoint.getX(), firstPoint.getY());
179 179
            ShapeFactory.createPolyline2D(elShape).draw((Graphics2D) g,
180 180
                getCadToolAdapter().getMapControl().getViewPort(),
181
                CADTool.modifySymbol);
181
                CADTool.drawingSymbol);
182 182
        } else if (status == "Rectangle.SecondPointSquare") {
183 183
            GeneralPathX elShape = new GeneralPathX(GeneralPathX.WIND_EVEN_ODD,
184 184
                    4);
......
200 200

  
201 201
            ShapeFactory.createPolyline2D(elShape).draw((Graphics2D) g,
202 202
                getCadToolAdapter().getMapControl().getViewPort(),
203
                CADTool.modifySymbol);
203
                CADTool.drawingSymbol);
204 204
        }
205 205
    }
206 206

  

Also available in: Unified diff