Skip to content

Commit

Permalink
Update LibDropdown-1.0.lua
Browse files Browse the repository at this point in the history
Fix the dropdown menus
  • Loading branch information
balder89 authored Jan 20, 2022
1 parent 0a3aece commit d40810f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/LibDropdown-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ end

-- Make the frame match the tooltip
local function InitializeFrame(frame)
local backdrop = GameTooltip:GetBackdrop()
-- local backdrop = GameTooltip:GetBackdrop()
local backdrop = GameTooltip.NineSlice:GetBackdrop()

frame:SetBackdrop(backdrop)

Expand Down

0 comments on commit d40810f

Please sign in to comment.