Fixes to scrollbar

This commit is contained in:
Henrique Santiago
2012-09-01 20:16:17 -03:00
parent 23097980a3
commit c9688551f3
3 changed files with 4 additions and 4 deletions

View File

@@ -244,7 +244,7 @@ function CharacterList.hide()
end
function CharacterList.showAgain()
if characterList:hasChildren() then
if characterList and characterList:hasChildren() then
CharacterList.show()
end
end