More fixes to miniwindow

This commit is contained in:
Henrique Santiago
2012-08-21 18:40:47 -03:00
parent f27f005757
commit 8d89d1194a
12 changed files with 39 additions and 17 deletions

View File

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