Revision 39137 branches/v2_0_0_prep/extensions/extEditing/src/org/gvsig/editing/gui/cad/tools/MultiPointCADTool.java

View differences:

MultiPointCADTool.java
58 58
     */
59 59
    public void init() {
60 60
        _fsm = new MultiPointCADToolContext(this);
61
        /*
62
         * Clear points in case the user exited editing
63
         * the previous time without ending multipoint
64
         */
65
        points.clear();
61 66
    }
62 67

  
63 68
    /**

Also available in: Unified diff