Fix gold and token items anchoring

This commit is contained in:
Tekkub 2009-08-27 01:53:55 -06:00
parent 67ceb840b5
commit 405ef32721
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ local function GetAltCurrencyFrame(frame)
local anchor = #frame.altframes > 0 and frame.altframes[#frame.altframes].text
local f = CreateFrame('Frame', nil, frame)
f:SetWidth(ICONSIZE) f:SetHeight(ICONSIZE)
f:SetPoint("RIGHT", anchor or frame.popout, "LEFT")
f:SetPoint("RIGHT", anchor or frame.ItemPrice, "LEFT")
f.icon = f:CreateTexture()
f.icon:SetWidth(ICONSIZE) f.icon:SetHeight(ICONSIZE)