Added auto alignment for Align Text Columns

This commit is contained in:
Tercio Jose
2022-05-01 14:46:17 -03:00
parent 1490f47ac9
commit 08f78be505
7 changed files with 147 additions and 5 deletions
+3 -1
View File
@@ -585,8 +585,10 @@ function atributo_heal:RefreshWindow (instancia, tabela_do_combate, forcar, expo
end
end
instancia:AutoAlignInLineFontStrings()
-- showing.need_refresh = false
return _detalhes:EndRefresh (instancia, total, tabela_do_combate, showing) --> retorna a tabela que precisa ganhar o refresh
return Details:EndRefresh (instancia, total, tabela_do_combate, showing) --> retorna a tabela que precisa ganhar o refresh
end