Merge branch 'qPCR4vir-delete_selected_tree_node' into hotfix-1.6.2
This commit is contained in:
commit
ead9eb3343
@ -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