Revision 4465 trunk/extensions/extCAD/sm/SelectionCADTool.sm

View differences:

SelectionCADTool.sm
41 41
				setQuestion("select_handlers");
42 42
				setDescription(new String[]{"Cancelar"});
43 43
				addPoint( pointX,pointY,event);
44
				end();
44 45
				}
45 46
}
46 47

  
......
52 53
				setQuestion("select_handlers");
53 54
				setDescription(new String[]{"Cancelar"});
54 55
				addPoint( pointX,pointY,event);
56
				end();
55 57
				}
56 58
	// Si no lo hemos conseguido
57 59
	addPoint( pointX:double,pointY:double,event:InputEvent)
58 60
			FirstPoint {
59 61
				setQuestion("Precise punto del rect?ngulo de selecci?n");
60 62
				setDescription(new String[]{"Cancelar"});
61

  
62 63
				}
63 64

  
64 65

  
......
94 95
				addPoint( pointX,pointY,event);
95 96
				// refresh();
96 97
				}
97
				
98

  
98 99
}
99 100

  
100 101
WithHandlers{

Also available in: Unified diff