mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
temp fix Loot/Trade disappearing
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user