- fix hiding of the stance and menu bar

- fix a bug that was preventing the interaction indicators (highlight/pushed textures) to show up correctly in some cases
- re-enabled the checked texture for the stance buttons (why was that off <.<)
This commit is contained in:
Hendrik Leppkes
2008-05-03 23:22:51 +00:00
parent 133efaaf1e
commit 850c50c772
3 changed files with 12 additions and 12 deletions
+1
View File
@@ -416,6 +416,7 @@ function Button:ShowButton()
end
function Button:HideButton()
if not self.Proxy:IsShown() then return end
self.textureCache.pushed = self.pushedTexture:GetTexture()
self.textureCache.highlight = self.highlightTexture:GetTexture()