FIX crash while deleting a selected tree node
This commit is contained in:
parent
840d6b775d
commit
e4a829d6f8
@ -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