mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- potentially fix a stack overflow that's been popping up sometimes when mousing over the player health bar
This commit is contained in:
@ -654,7 +654,7 @@ local function figure_unit_menu(unit)
|
||||
return "PLAYER"
|
||||
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"
|
||||
|
||||
IceHUD.DropdownUnit = nil
|
||||
|
Reference in New Issue
Block a user