changeset 15441:af4d91dfcbde draft

(svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window
author glx <glx@openttd.org>
date Tue, 06 Jul 2010 21:10:47 +0000
parents ede5b084cd0a
children 0ae690d19607
files src/video/win32_v.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/win32_v.cpp
+++ b/src/video/win32_v.cpp
@@ -417,7 +417,6 @@
 			_cursor.in_window = false;
 
 			if (!_left_button_down && !_right_button_down) MyShowCursor(true);
-			HandleMouseEvents();
 			return 0;
 
 		case WM_MOUSEMOVE: {