From 9350cc6c327da14073bfb7bb2da4cfe87213f4ad Mon Sep 17 00:00:00 2001 From: ZXXX1999 <1511137684@qq.com> Date: Mon, 26 Jan 2026 23:10:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=84=A6=E7=82=B9?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=BD=97=E7=9B=98=E6=8C=87=E9=92=88=E5=81=8F?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MY_Focus/src/MY_Focus.UI.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MY_Focus/src/MY_Focus.UI.lua b/MY_Focus/src/MY_Focus.UI.lua index 1cf0da9f3..32e70e864 100644 --- a/MY_Focus/src/MY_Focus.UI.lua +++ b/MY_Focus/src/MY_Focus.UI.lua @@ -92,7 +92,10 @@ function D.CreateList(frame) end if X.UI.IS_GLASSMORPHISM then hItem:Lookup('Handle_L/Handle_Compass/Image_Player'):SetSize(35, 35) - hItem:Lookup('Handle_L/Handle_Compass/Image_Player'):SetRelPos(2.5, -0.8) + -- hItem:Lookup('Handle_L/Handle_Compass/Image_Player'):SetRelPos(2.5, -0.8) + local fScaleX = frame.fScaleX or 1 + local fScaleY = frame.fScaleY or 1 + hItem:Lookup('Handle_L/Handle_Compass/Image_Player'):SetRelPos(2.5 * fScaleX, -0.8 * fScaleY) hItem:FormatAllItemPos() end hItem:Hide()