Can now scroll in rdb entry details page

This commit is contained in:
twinaphex 2015-01-27 23:16:34 +01:00
parent dfaa6c3d4a
commit ec10129470

View File

@ -3916,7 +3916,9 @@ static void menu_entries_cbs_init_bind_toggle(menu_file_list_cbs_t *cbs,
break;
}
if (type >= MENU_SETTINGS_SHADER_PARAMETER_0
if (strstr(label, "rdb_entry"))
cbs->action_toggle = action_toggle_scroll;
else if (type >= MENU_SETTINGS_SHADER_PARAMETER_0
&& type <= MENU_SETTINGS_SHADER_PARAMETER_LAST)
cbs->action_toggle = shader_action_parameter_toggle;
else if (type >= MENU_SETTINGS_SHADER_PRESET_PARAMETER_0