FIX crash while deleting a selected tree node
This commit is contained in:
@@ -63,7 +63,7 @@ namespace detail
|
||||
{
|
||||
while (child)
|
||||
{
|
||||
if (child->owner == this)
|
||||
if (child == this)
|
||||
return true;
|
||||
|
||||
child = child->owner;
|
||||
|
||||
Reference in New Issue
Block a user