hcu5555 / tonatiuh

Automatically exported from code.google.com/p/tonatiuh
0 stars 0 forks source link

Bug using Bezier_Path #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While I was designing a plant, I have pressed at the button called Bezier_Path. 
Inmediately, a new window appeared but I closed it because I didn't want to use 
this function. After doing that, a new window appeared saying: "No point can be 
loaded". I pressed the "accept" button and the program closed unexpectedly.

Original issue reported on code.google.com by sergio.g...@gmail.com on 11 Aug 2011 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by sergio.g...@gmail.com on 7 Sep 2011 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by sergio.g...@gmail.com on 8 Sep 2011 at 7:27

GoogleCodeExporter commented 9 years ago
This problem was solved by adding a condition that checks if the created shape 
is null or not. If Bezier_path points haven't been created, the shape value was 
null so the program stopped unexpectedly.

Original comment by sergio.g...@gmail.com on 8 Sep 2011 at 7:41