From f22d8c38b599cf7689a44f94bc38ddfbb5c8cf74 Mon Sep 17 00:00:00 2001 From: Sattva Date: Fri, 15 Sep 2023 16:16:40 +0300 Subject: [PATCH] Move Focus - fix --- Leatrix_Plus.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 494d84f..c4d520c 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -10695,12 +10695,13 @@ dragframe:SetBackdropColor(0.0, 0.5, 1.0) dragframe:SetBackdrop({edgeFile = "Interface/Tooltips/UI-Tooltip-Border", tile = false, tileSize = 0, edgeSize = 16, insets = { left = 0, right = 0, top = 0, bottom = 0}}) dragframe:SetToplevel(true) + dragframe:EnableMouse(true) dragframe:Hide() dragframe:SetScale(LeaPlusLC["FocusScale"]) dragframe.t = dragframe:CreateTexture() dragframe.t:SetAllPoints() - dragframe.t:SetVertexColor(0.0, 1.0, 0.0, 0.5) + dragframe.t:SetTexture(0.0, 1.0, 0.0, 0.5) dragframe.t:SetAlpha(0.5) dragframe.f = dragframe:CreateFontString(nil, 'ARTWORK', 'GameFontNormalLarge')