from retail

This commit is contained in:
NoM0Re
2025-01-16 15:41:34 +01:00
parent 24196cd7ce
commit c090302487
7 changed files with 90 additions and 117 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ function RealTimeProfilingWindow:GetBar(name)
else
local bar = CreateFrame("Frame", nil, self.barsFrame)
self.bars[name] = bar
WeakAuras.Mixin(bar, SmoothStatusBarMixin)
WeakAuras.Mixin(bar, Private.SmoothStatusBarMixin)
bar.name = name
bar.parent = self
bar:SetHeight(self.barHeight)