mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
fixed handling of caption buttons
svn path=/trunk/; revision=9449
This commit is contained in:
parent
0cc4a84668
commit
c9bec757df
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue