- Fixed ticket #47: Title bar font resets with UI reload / relog.

- Fixed ticket #46: Icon select panel wasn't opening.
- Fixed ticket #45: Windwalker icon for Mistweaver monks.
- Fixed title bar text changing its font after logon.
This commit is contained in:
Tercio
2015-08-02 19:44:31 -03:00
parent 4f6365a583
commit dd0f6d33cb
5 changed files with 21 additions and 17 deletions
+6 -4
View File
@@ -173,10 +173,12 @@ function _G._detalhes:Start()
--> refresh lower instance plugin icons and skin
_detalhes.ToolBar:ReorganizeIcons()
--> refresh skin for other windows
for i = lower_instance+1, #self.tabela_instancias do
local instance = self:GetInstance (i)
if (instance and instance.baseframe and instance.ativa) then
instance:ChangeSkin()
if (lower_instance) then
for i = lower_instance+1, #self.tabela_instancias do
local instance = self:GetInstance (i)
if (instance and instance.baseframe and instance.ativa) then
instance:ChangeSkin()
end
end
end