* Fixed the size of the tooltip.. thanks Kergoth
James Whitehead Ii [03-16-08 - 08:31]
* Fixed the size of the tooltip.. thanks Kergoth
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