TheKrowi opened this issue 2 years ago ยท 2 comments
Related to #43.
Need to set SetFrameStrata("TOOLTIP"); again for some reason.
SetFrameStrata("TOOLTIP");
Something to do with ...\Interface\AddOns\ElvUI\Core\Modules\Maps\Worldmap.lua function M:SetSmallWorldMap() on line 53.
...\Interface\AddOns\ElvUI\Core\Modules\Maps\Worldmap.lua
M:SetSmallWorldMap()
line 53
Probably one or both of the following is causing this:
WorldMapFrame:SetFrameStrata('HIGH') WorldMapFrame:SetParent(E.UIParent)
Needs further investigation.