only ignore vertical scrolls
This commit is contained in:
parent
0fee4e91a8
commit
1019e34012
1 changed files with 1 additions and 1 deletions
|
@ -1365,7 +1365,7 @@ static gboolean event_handle_menu(XEvent *ev)
|
||||||
|
|
||||||
switch (ev->type) {
|
switch (ev->type) {
|
||||||
case ButtonRelease:
|
case ButtonRelease:
|
||||||
if ((ev->xbutton.button < 4 || ev->xbutton.button > 7)
|
if ((ev->xbutton.button < 4 || ev->xbutton.button > 5)
|
||||||
&& menu_can_hide)
|
&& menu_can_hide)
|
||||||
{
|
{
|
||||||
if ((e = menu_entry_frame_under(ev->xbutton.x_root,
|
if ((e = menu_entry_frame_under(ev->xbutton.x_root,
|
||||||
|
|
Loading…
Reference in a new issue