Fixed bug number 10539.

This commit is contained in:
xiaojiazhu 2023-12-19 10:38:42 +08:00
parent 787ee85bbd
commit 60a77deb0d

View File

@ -115,7 +115,7 @@ static void UIFlowPlay_IconImageSize(BOOL bShow)
if (bShow == FALSE) { if (bShow == FALSE) {
// UxCtrl_SetShow(&UIFlowWndPlay_StaticTXT_SizeCtrl, FALSE); // UxCtrl_SetShow(&UIFlowWndPlay_StaticTXT_SizeCtrl, FALSE);
lv_obj_set_hidden(label_file_size_scr_uiflowplay, true); lv_obj_set_hidden(label_file_size_scr_uiflowplay, true);
lv_obj_set_hidden(container_play_scr_uiflowplay, true); // lv_obj_set_hidden(container_play_scr_uiflowplay, true);
return; return;
} }
//show icon //show icon