- potentially fix a stack overflow that's been popping up sometimes when mousing over the player health bar

This commit is contained in:
Parnic
2010-12-26 23:33:49 +00:00
parent 0c0734007d
commit 8a251ea2d4

View File

@ -654,7 +654,7 @@ local function figure_unit_menu(unit)
return "PLAYER" return "PLAYER"
end end
local IceHUD_UnitFrame_DropDown = CreateFrame("Frame", "IceHUD_UnitFrame_DropDown", UIParent, "UIDropDownMenuTemplate") IceHUD_UnitFrame_DropDown = CreateFrame("Frame", "IceHUD_UnitFrame_DropDown", UIParent, "UIDropDownMenuTemplate")
UnitPopupFrames[#UnitPopupFrames+1] = "IceHUD_UnitFrame_DropDown" UnitPopupFrames[#UnitPopupFrames+1] = "IceHUD_UnitFrame_DropDown"
IceHUD.DropdownUnit = nil IceHUD.DropdownUnit = nil