- 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

@ -702,7 +702,8 @@ function IceTargetHealth.prototype:CreateBackground(redraw)
end
self.frame.button.menu = function()
ToggleDropDownMenu(1, nil, TargetFrameDropDown, "cursor");
IceHUD.DropdownUnit = self.unit
ToggleDropDownMenu(1, nil, IceHUD_UnitFrame_DropDown, "cursor")
end
end
end