Small bug fixes and improvements

This commit is contained in:
Tercio Jose
2022-10-10 13:26:13 -03:00
parent b588d5e30c
commit 1ed29008aa
119 changed files with 6556 additions and 6650 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
local _detalhes = _G._detalhes
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
local Loc = LibStub("AceLocale-3.0"):GetLocale ( "Details" )
local _
--install skin function:
@@ -1004,7 +1004,7 @@ local _
local align_right_chat = function()
if (not RightChatPanel or not RightChatPanel:IsShown()) then
_detalhes:Msg ("Right Chat Panel isn't shown.")
_detalhes:Msg("Right Chat Panel isn't shown.")
return
end
@@ -1068,10 +1068,10 @@ local _
instance1:SaveMainWindowPosition()
instance2:SaveMainWindowPosition()
_detalhes.move_janela_func (instance1.baseframe, true, instance1)
_detalhes.move_janela_func (instance1.baseframe, false, instance1)
_detalhes.move_janela_func (instance2.baseframe, true, instance2)
_detalhes.move_janela_func (instance2.baseframe, false, instance2)
_detalhes.move_janela_func(instance1.baseframe, true, instance1)
_detalhes.move_janela_func(instance1.baseframe, false, instance1)
_detalhes.move_janela_func(instance2.baseframe, true, instance2)
_detalhes.move_janela_func(instance2.baseframe, false, instance2)
end