From 0004b1c785e18c24a1bf0bd90f1160a6479a686c Mon Sep 17 00:00:00 2001 From: atomaka Date: Mon, 19 Sep 2011 05:53:40 -0400 Subject: [PATCH] Meaningless commit to test new branch. --- ChoreTracker.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index f1148ae..b5a50f0 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -266,7 +266,9 @@ function core:GetNextVPReset() end function core:DrawTooltip() - --create the tooltip header + -- Instead of drawing the tooltip directly from data, we will populate a table, + -- sort the table, and then use the table to draw the tooltip + tooltip:AddHeader('') local valorPointColumn = tooltip:AddColumn('LEFT') tooltip:SetCell(1, 1, '')