mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
oops
This commit is contained in:
@@ -126,7 +126,6 @@ local function LoadSkin()
|
|||||||
for j = 1, UIDROPDOWNMENU_MAXBUTTONS do
|
for j = 1, UIDROPDOWNMENU_MAXBUTTONS do
|
||||||
local button = _G["L_DropDownList"..i.."Button"..j]
|
local button = _G["L_DropDownList"..i.."Button"..j]
|
||||||
local buttonHighlight = _G["L_DropDownList"..i.."Button"..j.."Highlight"]
|
local buttonHighlight = _G["L_DropDownList"..i.."Button"..j.."Highlight"]
|
||||||
local buttonWidth = button:GetWidth()
|
|
||||||
|
|
||||||
button:SetFrameLevel(buttonBackdrop:GetFrameLevel() + 1)
|
button:SetFrameLevel(buttonBackdrop:GetFrameLevel() + 1)
|
||||||
buttonHighlight:SetTexture(1, 1, 1, 0.3)
|
buttonHighlight:SetTexture(1, 1, 1, 0.3)
|
||||||
|
|||||||
Reference in New Issue
Block a user