mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fixed handling of caption buttons
svn path=/trunk/; revision=9449
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user