Fix Children reload order
This commit is contained in:
parent
86e251152c
commit
3943bbcc19
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user