Modifications for Clique support

This commit is contained in:
iceroth
2006-09-11 12:03:16 +00:00
parent 5e7eaf9366
commit 6e52c0c5fd
3 changed files with 8 additions and 7 deletions

View File

@ -332,10 +332,10 @@ function TargetOfTarget.prototype:OnClick(button)
TargetUnit(self.unit)
end
else
ToggleDropDownMenu(1, nil, TargetFrameDropDown, "cursor")
TargetUnit(self.unit)
end
end
-- load us up
TargetOfTarget:new()
IceHUD_TargetOfTarget = TargetOfTarget:new()