mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
unlock: disable movable frames on exit
This commit is contained in:
@@ -273,6 +273,7 @@ pfUI:RegisterModule("unlock", function ()
|
||||
local frame = _G[frame]
|
||||
|
||||
if frame then
|
||||
frame:StopMovingOrSizing()
|
||||
frame:SetMovable(false)
|
||||
frame.drag:EnableMouse(false)
|
||||
frame.drag:Hide()
|
||||
|
||||
Reference in New Issue
Block a user