From 892389c7768839039093e616f3c38e53f7e0d62a Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 9 Oct 2016 12:06:48 +0300 Subject: [PATCH] I think I fucked it up --- ElvUI_SLE/core/dropdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/core/dropdown.lua b/ElvUI_SLE/core/dropdown.lua index dbd75dd..219da7a 100644 --- a/ElvUI_SLE/core/dropdown.lua +++ b/ElvUI_SLE/core/dropdown.lua @@ -81,7 +81,7 @@ function SLE:DropDown(list, frame, MenuAnchor, FramePoint, xOffset, yOffset, par btn.UseTooltip = false btn.func = nil btn.secure = nil - list[i].TooltipText = nil + btn.TooltipText = nil btn.text:SetText("") btn:Hide() end -- 1.7.9.5