miftree icon indicating copy to clipboard operation
miftree copied to clipboard

checkbox

Open scramatte opened this issue 13 years ago • 0 comments

Hello,

Considering and empty forest tree, in 'initCheckbox' method I get an 'node.getFirst() is null' error. To solve it it's just necesary to check if node.getFirst() != null before node.getFirst().setParentCheckbox(1);

scramatte avatar May 12 '12 17:05 scramatte