(Menu) Aspect Ratio - implement dropdown box again

This commit is contained in:
twinaphex 2019-12-21 16:54:42 +01:00
parent 5674c46f38
commit 4850cc0f97

View File

@ -9621,7 +9621,6 @@ static bool setting_append_list(
(*list)[list_info->index - 1].action_ok = &setting_action_ok_uint;
(*list)[list_info->index - 1].get_string_representation =
&setting_get_string_representation_uint_aspect_ratio_index;
(*list)[list_info->index - 1].action_ok = setting_uint_action_left_with_refresh;
(*list)[list_info->index - 1].action_left = setting_uint_action_left_with_refresh;
(*list)[list_info->index - 1].action_right = setting_uint_action_right_with_refresh;