From c46adfad3ac00dfe66d9c854e2c7f043e6537159 Mon Sep 17 00:00:00 2001 From: James Whitehead Ii Date: Sun, 16 Mar 2008 08:31:41 +0000 Subject: [PATCH] * Fixed the size of the tooltip.. thanks Kergoth --- TomTom_Waypoints.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_Waypoints.lua b/TomTom_Waypoints.lua index 12580f8..0424f53 100644 --- a/TomTom_Waypoints.lua +++ b/TomTom_Waypoints.lua @@ -6,7 +6,7 @@ local Astrolabe = DongleStub("Astrolabe-0.4") -- Create a tooltip to be used when mousing over waypoints -local tooltip = CreateFrame("GameTooltip", "TomTomTooltip", nil, "GameTooltipTemplate") +local tooltip = CreateFrame("GameTooltip", "TomTomTooltip", UIParent, "GameTooltipTemplate") do -- Set the the tooltip's lines local i = 1 -- 1.7.9.5