Commit 77026e24 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

user32: Allow button-down events on the system menu to continue tracking.

parent 17b7cde0
......@@ -2583,7 +2583,7 @@ static BOOL MENU_ButtonDown( MTRACKER* pmt, HMENU hPtMenu, UINT wFlags )
{
UINT pos;
POPUPMENU *ptmenu = MENU_GetMenu( hPtMenu );
enum hittest ht = ht_nowhere;
enum hittest ht = ht_item;
if( IS_SYSTEM_MENU(ptmenu) )
pos = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment