Skip to content

Commit

Permalink
Fix an error when saving frame positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimplex committed Nov 1, 2022
1 parent 0e2829a commit 4edac8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/frames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function x:UpdateFrames(specificFrame)
f:ClearAllPoints()
f:SetPoint("CENTER", x, y)
else
f:ClearAllPoints()
f:SetPoint("CENTER", settings.X, settings.Y)
end
end
Expand Down

0 comments on commit 4edac8e

Please sign in to comment.