- force refresh after identify a player spec.

- won't report if there is nothing to report.
- added button on the right panel of the player details window.
- done some polish on the player details window.
- player details window won't open if the bar doesn't have a reference of the player it is showning.
This commit is contained in:
Tercioo
2016-01-23 13:43:26 -02:00
parent 3b2cef2975
commit bec0adfabf
6 changed files with 233 additions and 89 deletions
+3
View File
@@ -525,6 +525,7 @@
--> Limpa tabelas que não estejam em grupo
if (conteudo) then
if (_detalhes.clear_ungrouped) then
--if (not _detalhes.clear_ungrouped) then
local _iter = {index = 1, data = conteudo[1], cleaned = 0} --> ._ActorTable[1] para pegar o primeiro index
while (_iter.data) do --search key: ~deletar ~apagar
@@ -601,6 +602,8 @@
if (conteudo) then
if (_detalhes.clear_ungrouped) then
--não deleta dummies e actors de fora do grupo
--if (not _detalhes.clear_ungrouped) then
local _iter = {index = 1, data = conteudo[1], cleaned = 0} --> ._ActorTable[1] para pegar o primeiro index