From 857b08e304472ee43d4411850685205625cf2895 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Tue, 15 Sep 2020 10:08:44 +0300 Subject: [PATCH] fix #52 --- WeakAuras/RegionTypes/ProgressTexture.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/RegionTypes/ProgressTexture.lua b/WeakAuras/RegionTypes/ProgressTexture.lua index 7062252..7cb5a06 100644 --- a/WeakAuras/RegionTypes/ProgressTexture.lua +++ b/WeakAuras/RegionTypes/ProgressTexture.lua @@ -445,7 +445,7 @@ local function modify(parent, region, data) backgroundSpinner:SetHeight((data.height + data.backgroundOffset * 2) * scaleWedge); region:ClearAllPoints(); - WeakAuras.AnchorFrame(data, region, parent) + Private.AnchorFrame(data, region, parent) region:SetAlpha(data.alpha); background:SetTexture(data.sameTexture and data.foregroundTexture or data.backgroundTexture);