hcu5555 / tonatiuh

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

A separatorKitNode can't have more than one tracker #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The program allow creating more than one tracker as a child, having the same 
TSeparatorKit parent. Because of that, the node tree makes an unexpectedly 
crash when we try to delete an extra tracker.

Original issue reported on code.google.com by sergio.g...@gmail.com on 22 Sep 2011 at 10:42

GoogleCodeExporter commented 9 years ago
The problem is been fixed by adding a condition that checks if the 
TseparatorKit node has another Traker inside it, when we are creating a new 
one. If this happpens, the program shows an alert window advertising that the 
selected node has already a traker

Original comment by sergio.g...@gmail.com on 22 Sep 2011 at 10:49