mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[WIN32K:NTUSER]
- Add missing break in DefWndStartSizeMove. CID 513489 CORE-12064 #resolve svn path=/trunk/; revision=72847
This commit is contained in:
parent
4b67338a7f
commit
e5645b55eb
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ DefWndStartSizeMove(PWND Wnd, WPARAM wParam, POINT *capturePoint)
|
|||
case VK_ESCAPE:
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
IntTranslateKbdMessage( &msg, 0 );
|
||||
pti->TIF_flags |= TIF_MOVESIZETRACKING;
|
||||
|
|
Loading…
Reference in a new issue