comparison SelectorList.lua @ 64:f0450883c283

Slightly more tasteful anchoring. Only slightly.
author John@Yosemite-PC
date Mon, 26 Mar 2012 23:46:17 -0400
parents 9b1588bd4398
children dcbe1f04bb31
comparison
equal deleted inserted replaced
63:00cb497201d0 64:f0450883c283
72 local self = frame.obj 72 local self = frame.obj
73 --self:Fire("OnButtonEnter", frame.uniquevalue, frame) 73 --self:Fire("OnButtonEnter", frame.uniquevalue, frame)
74 74
75 if self.localstatus.enabletooltips then 75 if self.localstatus.enabletooltips then
76 GameTooltip:SetOwner(frame, "ANCHOR_NONE") 76 GameTooltip:SetOwner(frame, "ANCHOR_NONE")
77 GameTooltip:SetPoint("LEFT",frame,"RIGHT") 77 GameTooltip:SetPoint("BOTTOMLEFT",frame,"RIGHT")
78 if frame.link then 78 if frame.link then
79 GameTooltip:SetHyperlink(frame.link) 79 GameTooltip:SetHyperlink(frame.link)
80 else 80 else
81 GameTooltip:SetText(frame.text:GetText() or "", 1, .82, 0, 1) 81 GameTooltip:SetText(frame.text:GetText() or "", 1, .82, 0, 1)
82 end 82 end