Revision 20894

View differences:

trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/MoveCADTool.java
75 75
 * @author Vicente Caballero Navarro
76 76
 */
77 77
public class MoveCADTool extends DefaultCADTool {
78
    private MoveCADToolContext _fsm;
79
    private Point2D firstPoint;
80
    private Point2D lastPoint;
78
    protected MoveCADToolContext _fsm;
79
    protected Point2D firstPoint;
80
    protected Point2D lastPoint;
81 81

  
82 82
    /**
83 83
     * Crea un nuevo PolylineCADTool.
......
185 185
				NotificationManager.addError(e.getMessage(),e);
186 186
			} catch (ReadDriverException e) {
187 187
				NotificationManager.addError(e.getMessage(),e);
188
			} 
188
			}
189 189
            PluginServices.getMDIManager().restoreCursor();
190 190
        }
191 191
    }

Also available in: Unified diff