public
Description: WoW Addon - Instance maps
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/instantiation.git
Fix for tooltips not working with default map
tekkub (author)
Wed May 28 00:27:23 -0700 2008
commit  2ba4afadf02a322a7571967a40cbf650a3b3257b
tree    984f22f0ba1367f501d31d3d317cecc967a7ef54
parent  19a2822881446c6f921daea3ce066f4154576f2c
...
39
40
41
 
 
42
43
44
...
39
40
41
42
43
44
45
46
0
@@ -39,6 +39,8 @@ function Instantiation:ADDON_LOADED(event, addon)
0
   InstantiationDB, InstantiationDBPC = setmetatable(InstantiationDB or {}, {__index = defaults}), setmetatable(InstantiationDBPC or {}, {__index = defaultsPC})
0
   db, dbpc = InstantiationDB, InstantiationDBPC
0
 
0
+ UIPanelWindows["WorldMapFrame"] = {area = "center", pushable = 9} -- Not sure why this makes our tooltips work, but who cares?
0
+
0
   self:SetAllPoints()
0
   self.tex = self:CreateTexture(nil, "BACKGROUND")
0
   self.tex:SetAllPoints()

Comments

    No one has commented yet.