Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 15, 2024
1 parent b9a65fa commit ca15b80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ElvUI/Core/Modules/Skins/Skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1157,10 +1157,14 @@ function S:HandleDropDownBox(frame, width, template, old)
end

if not old then
if frame.Arrow then
if frame.Arrow then -- most dropdowns
frame.Arrow:SetAlpha(0)
end

if frame.Button then -- Classic Anniversary LFG dropdown
frame.Button:SetAlpha(0)
end

frame.backdrop:Point('TOPLEFT', 0, -2)
frame.backdrop:Point('BOTTOMRIGHT', 0, 2)

Expand Down

0 comments on commit ca15b80

Please sign in to comment.