- 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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user