update some more (still needs more work)

This commit is contained in:
Crum
2018-12-13 14:51:37 -06:00
parent 7cdaf21377
commit 7dfe187aa7
37 changed files with 2018 additions and 1061 deletions
@@ -241,4 +241,9 @@ function UF:PostUpdatePower(unit, cur, max)
if db and db.power and db.power.hideonnpc then
UF:PostNamePosition(parent, unit)
end
--Force update to DruidAltMana in order to reposition text if necessary
if parent:IsElementEnabled("DruidAltMana") then
E:Delay(0.01, parent.DruidAltMana.ForceUpdate, parent.DruidAltMana) --Delay it slightly so Power text has a chance to clear itself first
end
end