- Fixed an issue with bookmarks panel not opening correctly.

This commit is contained in:
Tercio
2015-08-04 15:37:47 -03:00
parent dd0f6d33cb
commit 668d509e29
5 changed files with 51 additions and 8 deletions
+4
View File
@@ -525,6 +525,10 @@ function _detalhes.switch:ShowMe (instancia)
local precisa_mostrar = 0
for i = 1, #_detalhes.switch.table do
local slot = _detalhes.switch.table [i]
if (not slot) then
_detalhes.switch.table [i] = {}
slot = _detalhes.switch.table [i]
end
if (slot.atributo) then
precisa_mostrar = precisa_mostrar + 1
else