Merge pull request #346 from Flamanis/Proper-White-Box-Fix
White Box Fix
This commit is contained in:
@@ -1500,6 +1500,8 @@ end
|
|||||||
--print ("fixing...", instance.meu_id)
|
--print ("fixing...", instance.meu_id)
|
||||||
--instance:ToolbarMenuButtons()
|
--instance:ToolbarMenuButtons()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--> ao reiniciar o addon esta fun��o � rodada para recriar a janela da inst�ncia
|
--> ao reiniciar o addon esta fun��o � rodada para recriar a janela da inst�ncia
|
||||||
--> search key: ~restaura ~inicio ~start
|
--> search key: ~restaura ~inicio ~start
|
||||||
@@ -1525,14 +1527,14 @@ function _detalhes:RestauraJanela(index, temp, load_only)
|
|||||||
self.rows_created = 0
|
self.rows_created = 0
|
||||||
self.rows_showing = 0
|
self.rows_showing = 0
|
||||||
self.rows_max = 50
|
self.rows_max = 50
|
||||||
self.rows_fit_in_window = nil
|
|
||||||
self.largura_scroll = 26
|
self.largura_scroll = 26
|
||||||
self.bar_mod = 0
|
self.bar_mod = 0
|
||||||
self.bgdisplay_loc = 0
|
self.bgdisplay_loc = 0
|
||||||
self.last_modo = self.last_modo or modo_grupo
|
self.last_modo = self.last_modo or modo_grupo
|
||||||
self.cached_bar_width = self.cached_bar_width or 0
|
self.cached_bar_width = self.cached_bar_width or 0
|
||||||
self.row_height = self.row_info.height + self.row_info.space.between
|
self.row_height = self.row_info.height + self.row_info.space.between
|
||||||
|
self.rows_fit_in_window = _math_floor (self.posicao[self.mostrando].h / self.row_height)
|
||||||
|
|
||||||
--> create frames
|
--> create frames
|
||||||
local isLocked = self.isLocked
|
local isLocked = self.isLocked
|
||||||
local _baseframe, _bgframe, _bgframe_display, _scrollframe = gump:CriaJanelaPrincipal (self.meu_id, self)
|
local _baseframe, _bgframe, _bgframe_display, _scrollframe = gump:CriaJanelaPrincipal (self.meu_id, self)
|
||||||
@@ -1606,7 +1608,14 @@ function _detalhes:RestauraJanela(index, temp, load_only)
|
|||||||
else
|
else
|
||||||
self.mostrando = "normal"
|
self.mostrando = "normal"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if (self.skin == _detalhes.default_skin_to_use and self.show_statusbar) then
|
||||||
|
if(self.color[1] == 1 and self.color[2] == 1 and self.color[3] == 1 and self.color[4] == 1) then
|
||||||
|
print ("|cFFFF2222Details!: Corrupted skin detected! Resetting window skin to default.")
|
||||||
|
self.skin = "no skin"
|
||||||
|
self:ChangeSkin(_detalhes.default_skin_to_use)
|
||||||
|
end
|
||||||
|
end
|
||||||
--> internal stuff
|
--> internal stuff
|
||||||
self.oldwith = self.baseframe:GetWidth()
|
self.oldwith = self.baseframe:GetWidth()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user