修改回放菜单√的位置

This commit is contained in:
xiehongyan 2024-01-03 13:39:14 +08:00
parent f3606cd190
commit ffb0d6be0d

View File

@ -233,7 +233,7 @@ static void update_play_Selection_msg(lv_obj_t* obj)
lv_obj_set_state(label_option1_scr_uiflowplay, LV_STATE_FOCUSED);
lv_plugin_img_set_src(image_option1_scr_uiflowplay, LV_PLUGIN_IMG_ID_SF_LIST_SELECTED);
lv_obj_set_pos(image_option2_scr_uiflowplay, 272, 0);
lv_obj_set_pos(image_option1_scr_uiflowplay, 272, 0);
lv_obj_set_hidden(image_option1_scr_uiflowplay, false);
lv_obj_set_state(image_button_option_2_scr_uiflowplay, LV_STATE_DISABLED);