More fixes and development
This commit is contained in:
parent
09601d7e11
commit
d93fa5248f
15 changed files with 444 additions and 146 deletions
|
|
@ -520,12 +520,14 @@ end
|
|||
else
|
||||
_detalhes:ReabrirTodasInstancias()
|
||||
|
||||
local instance1 = _detalhes:GetInstance (1)
|
||||
local instance2 = _detalhes:GetInstance (2)
|
||||
local instance1 = _detalhes:GetInstance(1)
|
||||
local instance2 = _detalhes:GetInstance(2)
|
||||
|
||||
if (instance1 and instance2) then
|
||||
if (not instance1.ignore_mass_showhide and not instance2.ignore_mass_showhide) then
|
||||
_detalhes:CheckCoupleWindows (instance1, instance2)
|
||||
if (not Details.disable_window_groups) then
|
||||
if (not instance1.ignore_mass_showhide and not instance2.ignore_mass_showhide) then
|
||||
_detalhes:CheckCoupleWindows (instance1, instance2)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue