Skip to content

Commit

Permalink
Merge pull request #88 from balder89/dropdown-menu-fix
Browse files Browse the repository at this point in the history
Update LibDropdown-1.0.lua
  • Loading branch information
cdmichaelb authored Jan 20, 2022
2 parents 0a3aece + d40810f commit 1214fb4
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 1214fb4

Please sign in to comment.