ZoneText position settings are not applied
Backupiseasy opened this issue ยท 2 comments
Horizontal and vertical settings of zone text position are ignored. Chaning them does not move the text. I was able to fix it by adding the following two lines to ZoneText.lua, mod:UpdateLayout():
MinimapZoneText:ClearAllPoints()
MinimapZoneText:SetPoint("BOTTOM", Minimap, "TOP", mod.db.xOffset, mod.db.yOffset)
Probably not correct, I though that I would have to use the offsets for MinimapZoneTextButton, but I did not get that to work correctly.
I cannot reproduce this issue, it works fine for me. Please try with only SexyMap enabled.