fixed handling of caption buttons

svn path=/trunk/; revision=9449
This commit is contained in:
Thomas Bluemel 2004-05-20 14:53:14 +00:00
parent 0cc4a84668
commit c9bec757df

View 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))
{