From 16cbedb7ac50c4d5fd81bfd078616f6cfc4a1740 Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Sun, 17 Jun 2007 01:39:42 +0000 Subject: [PATCH] * Parent the WorldFrame buttons to WorldFrameButton instead of the DetailFrame. This should resolve issues with Catrographer. --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 8d699e2..9353895 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -392,7 +392,7 @@ function TomTom:CreateWorldMapIcon(label, x, y) -- icon.dot is the minimap dot texture -- icon.label will contain the mouseover label -- icon.coord will contain the text of the coordinates - icon = CreateFrame("Button", nil, WorldMapDetailFrame) + icon = CreateFrame("Button", nil, WorldMapButton) icon:SetHeight(12) icon:SetWidth(12) -- 1.7.9.5