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
|
if defaultReload ~= nil and defaultReload ~= Element._reload then
|
||||||
defaultReload(self)
|
defaultReload(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Reload child windows
|
-- Reload child windows
|
||||||
local win = self:_getWindow()
|
local win = self:_getWindow()
|
||||||
for _,child in self:_iterateChildren() do
|
for _,child in self:_iterateChildren() do
|
||||||
if child:_getParent() ~= win then
|
child:setParent(win)
|
||||||
child:setParent(win)
|
|
||||||
child:reload()
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user