fixed handling of caption buttons
authorThomas Bluemel <thomas@reactsoft.com>
Thu, 20 May 2004 14:53:14 +0000 (14:53 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Thu, 20 May 2004 14:53:14 +0000 (14:53 +0000)
svn path=/trunk/; revision=9449

reactos/lib/user32/windows/nonclient.c

index 0ae8dbe..e456da3 100644 (file)
@@ -937,7 +937,6 @@ DefWndDoButton(HWND hWnd, WPARAM wParam)
       case WM_MOUSEMOVE:
         if(HasBtn)
         {
-          ClientToScreen(hWnd, &Msg.pt);
           CurBtn = DefWndNCHitTest(hWnd, Msg.pt);
           if(InBtn != (CurBtn == OrigBtn))
           {