
Originally Posted by
Adelea
I dont understand why it is doing that!
The only time that the addon moves itself is:
If the X coord is off the left or right edges, it is changed so that it is on the edge
If the Y coord is off the top or bottom edges, it is changed so that it is on the edge
What does the following say (when in its original position, and after a relog (should be entered all one line)) ?
/script print(string.format("DX=%d, DY=%d, SX=%d, SY=%d", Docker_Settings.mmx, Docker_Settings.mmy, UIParent:GetWidth(), UIParent:GetHeight()))
Bookmarks