Oops, clear hovered icon in the text window when the mouse leaves

that window; otherwise it remains highlighted, and may even get
tooltipped.

[git-p4: depot-paths = "//depot/solvespace/": change = 2134]
solver
Jonathan Westhues 2010-05-02 21:43:42 -08:00
parent 7bd871ad28
commit ef7f6c6057
1 changed files with 1 additions and 0 deletions

View File

@ -597,6 +597,7 @@ done:
void TextWindow::MouseLeave(void) {
tooltippedIcon = NULL;
hoveredIcon = NULL;
hoveredRow = 0;
hoveredCol = 0;
InvalidateText();