diff --git a/ChangeLog b/ChangeLog index 373ece5..8afe322 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-16 Riccardo Mottola + + * Source\win32\WIN32Server.m: Remove left-over call to a mouse down event in a mouse-up + 2009-11-10 Richard Frith-Macdonald * Source\win32\WIN32Server.m: Track mouse button state so that when diff --git a/Source/win32/WIN32Server.m b/Source/win32/WIN32Server.m index 158b7f5..4f66ddf 100644 --- a/Source/win32/WIN32Server.m +++ b/Source/win32/WIN32Server.m @@ -711,8 +711,6 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg, break; case WM_LBUTTONUP: //MOUSE NSDebugLLog(@"NSEvent", @"Got Message %s for %d", "LBUTTONUP", hwnd); -ev = process_mouse_event(self, hwnd, wParam, lParam, NSLeftMouseDown); -[GSCurrentServer() postEvent: ev atStart: NO]; ev = process_mouse_event(self, hwnd, wParam, lParam, NSLeftMouseUp); break; case WM_LBUTTONDBLCLK: //MOUSE