Remove left-over call to a mouse down event in a mouse-up

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@29025 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2009-11-16 22:49:29 +00:00
parent ed0e764447
commit 50ced01cf2
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2009-11-16 Riccardo Mottola <rmottola@users.sf.net>
* Source\win32\WIN32Server.m: Remove left-over call to a mouse down event in a mouse-up
2009-11-10 Richard Frith-Macdonald <rfm@gnu.org>
* Source\win32\WIN32Server.m: Track mouse button state so that when

View file

@ -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