Fix bug which causes ghost bars to show when some classes are not selected to be shown.
This commit is contained in:
@@ -1301,7 +1301,7 @@ function Omen:UpdateBars()
|
||||
else
|
||||
if i*dbBar.Height + (i-1)*dbBar.Spacing > h then break end
|
||||
end
|
||||
local bar = bars[j]
|
||||
local bar = bars[dbBar.ShowHeadings and i-1 or i]
|
||||
local threat = threatTable[guid]
|
||||
bar.Text1:SetText(guidNameLookup[guid])
|
||||
if dbBar.ShowPercent and dbBar.ShowValue then
|
||||
|
||||
Reference in New Issue
Block a user