mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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:
|
case WM_MOUSEMOVE:
|
||||||
if(HasBtn)
|
if(HasBtn)
|
||||||
{
|
{
|
||||||
ClientToScreen(hWnd, &Msg.pt);
|
|
||||||
CurBtn = DefWndNCHitTest(hWnd, Msg.pt);
|
CurBtn = DefWndNCHitTest(hWnd, Msg.pt);
|
||||||
if(InBtn != (CurBtn == OrigBtn))
|
if(InBtn != (CurBtn == OrigBtn))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue