1
0
Fork 0

Fix column issue with rotating through sorting.

This commit is contained in:
Andrew Tomaka 2011-09-23 16:04:54 -04:00
parent 79b2b215ce
commit 65d7743bd6
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ function core:DrawTooltip()
core:UpdateChores()
if tooltip then
tooltip:ClearAllPoints()
tooltip:Clear()
tooltip = nil
end