View Single Post
02-12-16, 09:29 PM   #25
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
As soon as you stop dragging, it saves the position automatically. You can use Frame:SetUserPlaced(false) to cancel this or Frame:SetDontSavePosition(true) to turn it off completely. This happens for every frame that has Frame:SetMovable() set.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 02-12-16 at 09:31 PM.
  Reply With Quote