Skip to content

Commit

Permalink
Override scale on retail to fix saved size in LibWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Nov 7, 2022
1 parent 948c876 commit c7c1888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mapster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ end

function Mapster:SetPosition()
if not WorldMapFrame:IsMaximized() then
-- override scale back to 1.0 for retail fix
if WoWRetail then
db.scale = 1.0
end
LibWindow.RestorePosition(WorldMapFrame)
end
end
Expand Down

0 comments on commit c7c1888

Please sign in to comment.