Fixed a bug with disabled bars

This commit is contained in:
iceroth
2006-07-21 18:08:50 +00:00
parent 0106530c98
commit 30d82c07fe
3 changed files with 21 additions and 24 deletions

View File

@ -51,6 +51,7 @@ function IceElement.prototype:Create(parent)
self.parent = parent
self:CreateFrame()
self.frame:Hide()
end