This commit is contained in:
massdivide
2025-04-21 20:53:47 -04:00
parent cbb7c5d1a5
commit 390067cdbd
2 changed files with 4 additions and 6 deletions
-2
View File
@@ -288,8 +288,6 @@ function E:FontTemplate(fs, font, fontSize, fontStyle)
end
function E:StyleButton(button, noHover, noPushed, noChecked)
if not button then return end
if button.SetHighlightTexture and not button.hover and not noHover then
local hover = button:CreateTexture()
hover:SetTexture(1, 1, 1, 0.3)