- Added size offset options for the chat tab embed feature.

- Revamp on the editor for the custom line text.
This commit is contained in:
Tercio
2018-07-28 18:22:13 -03:00
parent a1c527711c
commit 720a95bc1b
10 changed files with 126 additions and 92 deletions
+1 -1
View File
@@ -2321,7 +2321,7 @@ end
local actor_class_color_r, actor_class_color_g, actor_class_color_b
-- ~atualizar ~barra
-- ~atualizar ~barra ~update
function atributo_damage:AtualizaBarra (instancia, barras_container, qual_barra, lugar, total, sub_atributo, forcar, keyName, combat_time, percentage_type, use_animations, bars_show_data, bars_brackets, bars_separator)
-- instncia, container das barras, qual barra, colocao, total?, sub atributo, forar refresh, key
+11 -3
View File
@@ -356,9 +356,18 @@ end
--> desativando a instncia ela fica em stand by e apenas hida a janela ~shutdown ~close ~fechar
function _detalhes:DesativarInstancia()
local lower = _detalhes:GetLowerInstanceNumber()
self.ativa = false
_detalhes.opened_windows = _detalhes.opened_windows-1
if (not self.baseframe) then
--> windown isn't initialized yet
if (_detalhes.debug) then
_detalhes:Msg ("(debug) called HideWindow() but the window isn't initialized yet.")
end
return
end
local lower = _detalhes:GetLowerInstanceNumber()
_detalhes:GetLowerInstanceNumber()
if (lower == self.meu_id) then
@@ -370,7 +379,6 @@ end
_detalhes.switch:CloseMe()
end
_detalhes.opened_windows = _detalhes.opened_windows-1
self:ResetaGump()
--gump:Fade (self.baseframe.cabecalho.atributo_icon, _unpack (_detalhes.windows_fade_in))