Revision 384 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.lib/org.gvsig.vectorediting.lib.prov/org.gvsig.vectorediting.lib.prov.circle3p/src/main/java/org/gvsig/vectorediting/lib/prov/circle3p/Circle3PEditingProvider.java

View differences:

Circle3PEditingProvider.java
128 128

  
129 129
            Point firstPointValue = (Point) values.get(firstPoint);
130 130
            Point secondPointValue = (Point) values.get(secondPoint);
131
            Point thirdPointValue = (Point) values.get(thirdPoint);
131 132

  
132 133
            EditingProviderServices editingProviderServices =
133 134
                (EditingProviderServices) getProviderServices();
......
150 151
                    throw new DrawServiceException(e);
151 152
                }
152 153

  
153
            } else if (firstPointValue != null && secondPointValue != null) {
154
            } else if (firstPointValue != null && secondPointValue != null && thirdPointValue == null) {
154 155

  
155 156
                try {
156 157

  

Also available in: Unified diff