diff --git a/Button.lua b/Button.lua index 937d7ea..877721e 100644 --- a/Button.lua +++ b/Button.lua @@ -407,6 +407,9 @@ function Button:ShowButton() end function Button:HideButton() + self.textureCache.pushed = self.pushedTexture:GetTexture() + self.textureCache.highlight = self.highlightTexture:GetTexture() + self.pushedTexture:SetTexture("") self.highlightTexture:SetTexture("")