This commit is contained in:
Henrique Santiago
2012-08-20 19:50:18 -03:00
parent ac8d6891ca
commit d1d8b79edc
4 changed files with 21 additions and 9 deletions

View File

@@ -486,6 +486,7 @@ function onLeftPanelVisibilityChange(leftPanel, visible)
local children = leftPanel:getChildren()
for i=1,#children do
children[i]:setParent(gameRightPanel)
children[i]:saveParent(gameRightPanel)
end
end
end