unlock: disable movable frames on exit

This commit is contained in:
shagu
2018-05-15 18:23:06 +02:00
parent 8329039723
commit a211c9028f
+1
View File
@@ -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()