Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/views/aero_tooltip_manager.cc

Issue 11540: Fixes bug where tooltips would get stuck. This was happening because... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/views/aero_tooltip_manager.h ('k') | chrome/views/container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/aero_tooltip_manager.cc
===================================================================
--- chrome/views/aero_tooltip_manager.cc (revision 5774)
+++ chrome/views/aero_tooltip_manager.cc (working copy)
@@ -58,6 +58,11 @@
}
}
+void AeroTooltipManager::OnMouseLeave() {
+ last_mouse_x_ = last_mouse_y_ = -1;
+ UpdateTooltip();
+}
+
///////////////////////////////////////////////////////////////////////////////
// AeroTooltipManager, private:
« no previous file with comments | « chrome/views/aero_tooltip_manager.h ('k') | chrome/views/container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698