- shamelessly ripped off code from pitbull4 to replace "set focus" with instructions on how to do so. begone, focus error reports!

This commit is contained in:
Parnic
2010-10-30 04:40:12 +00:00
parent 2401ed2295
commit fecfe8b586
6 changed files with 125 additions and 27 deletions

View File

@ -959,7 +959,8 @@ do -- OVERRIDE: IceTargetInfo.prototype:CreateFrame(redraw)
if not self.frame.menu then
self.frame.menu = function()
ToggleDropDownMenu(1, nil, TargetFrameDropDown, "cursor")
IceHUD.DropdownUnit = self.unit
ToggleDropDownMenu(1, nil, IceHUD_UnitFrame_DropDown, "cursor")
end
end