diff --git a/gfx/prop/children.lua b/gfx/prop/children.lua index 2d2f35a..7c6440d 100644 --- a/gfx/prop/children.lua +++ b/gfx/prop/children.lua @@ -152,14 +152,11 @@ function Children:with(elementType) if defaultReload ~= nil and defaultReload ~= Element._reload then defaultReload(self) end - + -- Reload child windows local win = self:_getWindow() for _,child in self:_iterateChildren() do - if child:_getParent() ~= win then - child:setParent(win) - child:reload() - end + child:setParent(win) end end