RecentChatWindow: remove editBox from titleFrame
it was causing visual bug
This commit is contained in:
@@ -13259,6 +13259,7 @@
|
|||||||
|
|
||||||
-- Create title bar
|
-- Create title bar
|
||||||
local titleFrame = CreateFrame("ScrollFrame", "LeatrixTitleFrame", editFrame, "Leatrix_InputScrollFrameTemplate")
|
local titleFrame = CreateFrame("ScrollFrame", "LeatrixTitleFrame", editFrame, "Leatrix_InputScrollFrameTemplate")
|
||||||
|
if titleFrame.EditBox then titleFrame.EditBox:Disable() end
|
||||||
if titleFrame.CharCount then titleFrame.CharCount:Hide() end
|
if titleFrame.CharCount then titleFrame.CharCount:Hide() end
|
||||||
titleFrame:ClearAllPoints()
|
titleFrame:ClearAllPoints()
|
||||||
titleFrame:SetPoint("TOP", 0, 40)
|
titleFrame:SetPoint("TOP", 0, 40)
|
||||||
|
|||||||
Reference in New Issue
Block a user