More fixes and development

This commit is contained in:
Tercio Jose
2021-01-16 15:57:59 -03:00
parent 09601d7e11
commit d93fa5248f
15 changed files with 444 additions and 146 deletions
+6 -4
View File
@@ -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