Skip to content

Commit 190e64f

Browse files
committed
nPower: Ensure arrows have a real position on first login
Fixes #289
1 parent 8b19ee5 commit 190e64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Interface/AddOns/nPower/core.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ function nPower.SetupPower(self)
337337
self.Power.Below:SetHeight(14)
338338
self.Power.Below:SetWidth(14)
339339
self.Power.Below:SetTexture([[Interface\AddOns\nPower\media\textureArrowBelow]])
340+
self.Power.Below:SetPoint("TOP", self.Power, "BOTTOMLEFT", 0, 0)
340341

341342
self.Power.Above = self.Power:CreateTexture(nil, "BACKGROUND")
342343
self.Power.Above:SetHeight(14)

0 commit comments

Comments
 (0)