From 1285573e54c1d172adcbed41220a11fafe24cfdd Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 21 May 2013 07:40:37 -0400 Subject: [PATCH] Chat fix for ElvUI 6 --- ElvUI_SLE/modules/chat/chat.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/chat/chat.lua b/ElvUI_SLE/modules/chat/chat.lua index 555cac5..9595ed8 100755 --- a/ElvUI_SLE/modules/chat/chat.lua +++ b/ElvUI_SLE/modules/chat/chat.lua @@ -177,7 +177,8 @@ function CH:PositionChat(override) point = GetChatWindowSavedPosition(id) isDocked = chat.isDocked tab.isDocked = chat.isDocked - + + tab.owner = chat if id > NUM_CHAT_WINDOWS then point = point or select(1, chat:GetPoint()); if select(2, tab:GetPoint()):GetName() ~= bg then -- 1.7.9.5