This commit is contained in:
tercio
2014-02-25 21:55:20 -03:00
parent 3e3161da2c
commit 1f5afea571
8 changed files with 44 additions and 14 deletions
+4 -2
View File
@@ -267,7 +267,7 @@ end
--gump:Fade (self.baseframe.cabecalho.ball, _unpack (_detalhes.windows_fade_out))
--gump:Fade (self.baseframe, _unpack (_detalhes.windows_fade_out))
gump:Fade (self.baseframe.cabecalho.atributo_icon, 0)
--gump:Fade (self.baseframe.cabecalho.atributo_icon, 0)
gump:Fade (self.baseframe.cabecalho.ball, 0)
gump:Fade (self.baseframe, 0)
@@ -876,13 +876,15 @@ function _detalhes:RestauraJanela (index, temp)
self:ReajustaGump()
self:SaveMainWindowPosition()
-- chama 6 vezes a função de mudar skin...
self:DefaultIcons (true, true, true, true)
self.iniciada = true
self:AtivarInstancia (temp)
self:ChangeSkin()
--> all done
end