Krowi's Achievement Filter

Krowi's Achievement Filter

738k Downloads

World map button hides behind map when ElvUI is enabled.

TheKrowi opened this issue ยท 2 comments

commented

Related to #43.

commented

Need to set SetFrameStrata("TOOLTIP"); again for some reason.

commented

Something to do with ...\Interface\AddOns\ElvUI\Core\Modules\Maps\Worldmap.lua function M:SetSmallWorldMap() on line 53.

Probably one or both of the following is causing this:

WorldMapFrame:SetFrameStrata('HIGH')
WorldMapFrame:SetParent(E.UIParent)

Needs further investigation.