fix X menus again
svn: r11437
This commit is contained in:
parent
ff2ab1f9a8
commit
4bee6127e3
|
@ -492,8 +492,8 @@ static void Start(w, ev, params, num_params)
|
|||
}
|
||||
|
||||
if (!HandleMotionEvent(mw, &ev->xmotion, 1)
|
||||
/* num_params is position when called to start a popup menu */
|
||||
&& !num_params)
|
||||
/* *num_params is positive when called to start a popup menu */
|
||||
&& !*num_params)
|
||||
DoSelect(w, CurrentTime, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user