From b1c10ed5c0185172955ddd42e720102802d7bafc Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Mon, 28 Jan 2008 07:45:52 +0000 Subject: [PATCH] * Parent world map icons to the WorldMapDetailFrame --- TomTom_Waypoints.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_Waypoints.lua b/TomTom_Waypoints.lua index bc80810..15184ef 100644 --- a/TomTom_Waypoints.lua +++ b/TomTom_Waypoints.lua @@ -70,7 +70,7 @@ function TomTom:SetWaypoint(c,z,x,y,far,near,arrive,callback) point.minimap.arrowout:Hide() -- Create the world map point, and associated texture - point.world = CreateFrame("Button", nil, WorldMapButton) + point.world = CreateFrame("Button", nil, WorldMapDetailFrame) point.world:SetHeight(12) point.world:SetWidth(12) point.world:RegisterForClicks("RightButtonUp") -- 1.7.9.5