- Added an option to disable the all-displays window (right click on title bar).
- Added an option to suppress segment changes after killing a boss encounter (experimental). - Fixed an issue with bar animations starting from the middle of the bar. - Fixed buffs and spell cast start on weakauras creator tool.
This commit is contained in:
@@ -2543,8 +2543,10 @@ end
|
||||
end
|
||||
else
|
||||
if (esta_barra.hidden or esta_barra.fading_in or esta_barra.faded) then
|
||||
--> setando o valor mesmo com animações pq o barra esta hidada com o value do último actor que ela mostrou
|
||||
if (use_animations) then
|
||||
esta_barra.animacao_fim = esta_porcentagem
|
||||
esta_barra:SetValue (esta_porcentagem)
|
||||
else
|
||||
esta_barra:SetValue (esta_porcentagem)
|
||||
esta_barra.animacao_ignorar = true
|
||||
|
||||
Reference in New Issue
Block a user