Fixed an error while trying to move the window by clicking and holding on a window line

This commit is contained in:
Tercio Jose
2022-10-09 20:48:47 -03:00
parent 944178f76f
commit b588d5e30c
95 changed files with 1630 additions and 1662 deletions
+5 -5
View File
@@ -181,7 +181,7 @@
combate_overall.segments_added =combate_overall.segments_added or {}
local date_start, date_end = combate:GetDate()
tinsert (combate_overall.segments_added, {name = combate:GetCombatName (true), elapsed = combate:GetCombatTime(), clock = date_start})
tinsert(combate_overall.segments_added, {name = combate:GetCombatName (true), elapsed = combate:GetCombatTime(), clock = date_start})
end
@@ -385,7 +385,7 @@
local combats = _detalhes.tabela_historico.tabelas or {}
local overall_added
if (not _detalhes.overall_clear_logout) then
tinsert (combats, _detalhes.tabela_overall)
tinsert(combats, _detalhes.tabela_overall)
overall_added = true
end
@@ -406,7 +406,7 @@
local combats = _detalhes.tabela_historico.tabelas or {}
local overall_added
if (not _detalhes.overall_clear_logout) then
tinsert (combats, _detalhes.tabela_overall)
tinsert(combats, _detalhes.tabela_overall)
overall_added = true
end
@@ -440,7 +440,7 @@
local combats = _detalhes.tabela_historico.tabelas or {}
local overall_added
if (not _detalhes.overall_clear_logout) then
tinsert (combats, _detalhes.tabela_overall)
tinsert(combats, _detalhes.tabela_overall)
overall_added = true
end
@@ -460,7 +460,7 @@
local combats = _detalhes.tabela_historico.tabelas or {}
local overall_added
if (not _detalhes.overall_clear_logout) then
tinsert (combats, _detalhes.tabela_overall)
tinsert(combats, _detalhes.tabela_overall)
overall_added = true
end