Some fixes in entergame and widget clipping

This commit is contained in:
Eduardo Bart
2013-01-22 19:48:25 -02:00
parent ca4caf7991
commit 27d5506262
5 changed files with 16 additions and 9 deletions

View File

@@ -261,11 +261,10 @@ function CharacterList.destroy()
end
function CharacterList.show()
if not loadBox and not errorBox and charactersWindow then
charactersWindow:show()
charactersWindow:raise()
charactersWindow:focus()
end
if loadBox or errorBox or not charactersWindow then return end
charactersWindow:show()
charactersWindow:raise()
charactersWindow:focus()
end
function CharacterList.hide(showLogin)