Stop drawing status volume bar on mixer page to avoid erasing the back button.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
yuquanjun 2026-09-10 19:29:47 +08:00
parent 4aad989263
commit 2d62e1e41a
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ void UI_Mixer_Process(DisplayTaskMessage_Type msg)
break; break;
case MSG_ID_EC_VOL: case MSG_ID_EC_VOL:
Draw_Volume_Bar(UI0902_VOL_X, UI0902_VOL_Y, msg.HiByte, 1, WHITE, GRAY); /* 调音台子页无状态栏音量条(与返回键重叠);主音量已在 MainTask 下发 */
ResetAutoPowerCount(); ResetAutoPowerCount();
break; break;
} }