diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2012-08-02 16:11:25 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2012-08-02 16:11:25 +0200 |
| commit | 2ba7a77563ac46108c16054e49e108daf10ea68c (patch) | |
| tree | 39c1ffc95815ee90b859f82669c05c7adb5e8064 /launcher | |
| parent | b70fb51d7f6d1d334945ce5f016051e09084f124 (diff) | |
Fix bug 980942.
(bzr r2529.2.1)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/Launcher.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/Launcher.cpp b/launcher/Launcher.cpp index bd6ebb3c5..e61bf81b5 100644 --- a/launcher/Launcher.cpp +++ b/launcher/Launcher.cpp @@ -2236,9 +2236,7 @@ void Launcher::RecvMouseEnter(int x, int y, unsigned long button_flags, unsigned void Launcher::RecvMouseLeave(int x, int y, unsigned long button_flags, unsigned long key_flags) { - SetMousePosition(x, y); SetStateMouseOverLauncher(false); - //AbstractLauncherIcon::SetSkipTooltipDelay(false); EventLogic(); EnsureAnimation(); |
