View Single Post
09-29-20, 06:42 AM   #14
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
It turns out you can get this to work if you do.

Code:
UIPanelWindows["WorldMapFrame"] = nil
WorldMapFrame:SetAttribute("UIPanelLayout-area", nil)
WorldMapFrame:SetAttribute("UIPanelLayout-enabled", false)
tinsert(UISpecialFrames, "WorldMapFrame")
But then you sacrifice the effect of the map automatically pushing other frames (like CharacterFrame as pointed out by sezz) to the right. Mapster does not mind this as it makes the map frame moveable anyway.
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote