From 65d7743bd63cab500da49e3798aabb842883644e Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 23 Sep 2011 16:04:54 -0400 Subject: [PATCH] Fix column issue with rotating through sorting. --- ChoreTracker.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index d8114de..6952462 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -488,6 +488,7 @@ function core:DrawTooltip() core:UpdateChores() if tooltip then + tooltip:ClearAllPoints() tooltip:Clear() tooltip = nil end