temp fix Loot/Trade disappearing

This commit is contained in:
Crum
2018-11-09 20:05:12 -06:00
parent a34b5a3616
commit 7c8cd3242b
+3 -1
View File
@@ -349,7 +349,7 @@ function CH:UpdateAnchors()
E:Point(frame, "TOPRIGHT", ChatFrame1, "TOPRIGHT", noBackdrop and 10 or 4, LeftChatTab:GetHeight() + (noBackdrop and 1 or 4)) E:Point(frame, "TOPRIGHT", ChatFrame1, "TOPRIGHT", noBackdrop and 10 or 4, LeftChatTab:GetHeight() + (noBackdrop and 1 or 4))
end end
CH:PositionChat(true) -- CH:PositionChat(true)
end end
local function FindRightChatID() local function FindRightChatID()
@@ -1054,6 +1054,8 @@ function CH:SetupChat()
end end
DEFAULT_CHAT_FRAME:SetParent(LeftChatPanel) DEFAULT_CHAT_FRAME:SetParent(LeftChatPanel)
-- self:PositionChat(true)
self:ScheduleTimer("PositionChat", 1) self:ScheduleTimer("PositionChat", 1)
end end