Skip to content

Commit c5b095f

Browse files
PlayerFrame: 'DragonflightUIPlayerFrame' dont 'SetClampedToScreen'
1 parent 912e785 commit c5b095f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Unitframe/Player.mixin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ function SubModuleMixin:Setup()
496496
f:SetSize(232, 100)
497497
f:SetParent(UIParent)
498498
f:SetScale(1.0)
499-
f:SetClampedToScreen(true)
499+
-- f:SetClampedToScreen(true)
500500
f:SetMovable(true)
501501

502502
if DF.API.Version.IsTBC then

0 commit comments

Comments
 (0)