(GLUI) Don't select an entry when scrolling

This commit is contained in:
Jean-André Santoni 2017-07-13 18:00:02 +02:00
parent c800477bc8
commit 9b1ab23aa1
1 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ static int menu_input_pointer_post_iterate(
menu_input->pointer.counter++;
if (menu_input->pointer.counter == 1 &&
/*if (menu_input->pointer.counter == 1 &&
!menu_input_ctl(MENU_INPUT_CTL_IS_POINTER_DRAGGED, NULL))
{
menu_ctx_pointer_t point;
@ -456,7 +456,7 @@ static int menu_input_pointer_post_iterate(
point.action = action;
menu_driver_ctl(RARCH_MENU_CTL_POINTER_DOWN, &point);
}
}*/
if (!pointer_oldpressed[0])
{