- Fixed bookmark for segments (shift+right click).

- Fixed an issue with Chat Tab Embed when embeding only one window.
This commit is contained in:
Tercio
2015-11-14 17:54:51 -02:00
parent 3ca239e03f
commit 83e9749c3f
5 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ end
window1:SaveMainWindowPosition()
local window2 = _detalhes:GetInstance (2)
if (window2) then
if (window2 and window2.baseframe) then
if (window2.baseframe:GetParent() == ChatFrame) then
--> need to detach
_detalhes.chat_embed:ReleaseEmbed (true)