From 4d0e04614ac1aa69b9701c199f7c673a6f3cc7b3 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 22 Jul 2015 09:09:16 +0200 Subject: [PATCH] Fix more mouse handling. (click on modi switcher) --- source/rofi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/rofi.c b/source/rofi.c index 3b831606..6f001fef 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -688,6 +688,7 @@ static void menu_mouse_navigation ( MenuState *state, XButtonEvent *xbe ) *( state->selected_line ) = 0; state->retv = MENU_QUICK_SWITCH | ( i & MENU_LOWER_MASK ); state->quit = TRUE; + state->skip_absorb = TRUE; return; } }