Revision 4365 trunk/extensions/extCAD/src/com/iver/cit/gvsig/gui/cad/tools/smc/CircleCADToolContext.java

View differences:

CircleCADToolContext.java
270 270
                {
271 271
                    ctxt.setQuestion("Insertar radio o segundo punto");
272 272
                    ctxt.setDescription(new String[]{"Cancelar"});
273
                    ctxt.addPoint(pointX, pointY);
273
                    ctxt.addPoint(pointX, pointY, event);
274 274
                }
275 275
                finally
276 276
                {
......
306 306
                context.clearState();
307 307
                try
308 308
                {
309
                    ctxt.addPoint(pointX, pointY);
309
                    ctxt.addPoint(pointX, pointY, event);
310 310
                    ctxt.end();
311 311
                }
312 312
                finally
......
365 365
                {
366 366
                    ctxt.setQuestion("Insertar tercer punto");
367 367
                    ctxt.setDescription(new String[]{"Cancelar"});
368
                    ctxt.addPoint(pointX, pointY);
368
                    ctxt.addPoint(pointX, pointY, event);
369 369
                }
370 370
                finally
371 371
                {
......
401 401
                context.clearState();
402 402
                try
403 403
                {
404
                    ctxt.addPoint(pointX, pointY);
404
                    ctxt.addPoint(pointX, pointY, event);
405 405
                    ctxt.end();
406 406
                }
407 407
                finally
......
440 440
                {
441 441
                    ctxt.setQuestion("Insertar segundo punto");
442 442
                    ctxt.setDescription(new String[]{"Cancelar"});
443
                    ctxt.addPoint(pointX, pointY);
443
                    ctxt.addPoint(pointX, pointY, event);
444 444
                }
445 445
                finally
446 446
                {

Also available in: Unified diff