From 2d62e1e41a9ea9c66e966029a7cd0be7ca3012d4 Mon Sep 17 00:00:00 2001 From: yuquanjun Date: Thu, 10 Sep 2026 19:29:47 +0800 Subject: [PATCH] Stop drawing status volume bar on mixer page to avoid erasing the back button. Co-authored-by: Cursor --- UI/UI_Mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/UI_Mixer.c b/UI/UI_Mixer.c index 6690fd1..5ea5ccc 100644 --- a/UI/UI_Mixer.c +++ b/UI/UI_Mixer.c @@ -244,7 +244,7 @@ void UI_Mixer_Process(DisplayTaskMessage_Type msg) break; case MSG_ID_EC_VOL: - Draw_Volume_Bar(UI0902_VOL_X, UI0902_VOL_Y, msg.HiByte, 1, WHITE, GRAY); + /* 调音台子页无状态栏音量条(与返回键重叠);主音量已在 MainTask 下发 */ ResetAutoPowerCount(); break; }