-
Bastien Montagne authored
Yet another case of the infamous 'iterating over something while modifying it' issue. Here, setting parent of a node actually modifies the children list of its previous parent, which resulted in missed items in the iteration.
Bastien Montagne authoredYet another case of the infamous 'iterating over something while modifying it' issue. Here, setting parent of a node actually modifies the children list of its previous parent, which resulted in missed items in the iteration.