Merge branch 'delete_selected_tree_node' of https://github.com/qPCR4vir/nana into qPCR4vir-delete_selected_tree_node
This commit is contained in:
commit
c4bc53d383
@ -63,7 +63,7 @@ namespace detail
|
||||
{
|
||||
while (child)
|
||||
{
|
||||
if (child->owner == this)
|
||||
if (child == this)
|
||||
return true;
|
||||
|
||||
child = child->owner;
|
||||
|
Loading…
x
Reference in New Issue
Block a user