Use our SavePosition function instead of LibWindow directly

This commit is contained in:
Hendrik Leppkes
2009-02-21 14:23:25 +01:00
parent e9071dc3d0
commit 4529c41327
+1 -1
View File
@@ -216,7 +216,7 @@ function Bar:UpgradeConfig()
local point, relPoint = pos.point, pos.relPoint
x, y = x/s, y/s
self:ClearSetPoint(point, UIParent, relPoint, x, y)
LibWin.SavePosition(self)
self:SavePosition()
pos.relPoint = nil
end
end