Fix more mouse handling. (click on modi switcher)

This commit is contained in:
Dave Davenport 2015-07-22 09:09:16 +02:00
parent cf29cc4563
commit 4d0e04614a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}