- Added size offset options for the chat tab embed feature.
- Revamp on the editor for the custom line text.
This commit is contained in:
@@ -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)
|
||||
-- inst�ncia, container das barras, qual barra, coloca��o, total?, sub atributo, for�ar refresh, key
|
||||
|
||||
|
||||
@@ -356,9 +356,18 @@ end
|
||||
--> desativando a inst�ncia 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))
|
||||
|
||||
Reference in New Issue
Block a user