diff --git a/textwin.cpp b/textwin.cpp index ae34c98..11ae74a 100644 --- a/textwin.cpp +++ b/textwin.cpp @@ -597,6 +597,7 @@ done: void TextWindow::MouseLeave(void) { tooltippedIcon = NULL; + hoveredIcon = NULL; hoveredRow = 0; hoveredCol = 0; InvalidateText();