From 1463ad7bef6fa55652792c6bde89f5cd1ad68cd1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 16 三月 2022 17:26:48 +0800 Subject: [PATCH] 2022-03-16-01 --- HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs index c1811aa..494f967 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs @@ -49,6 +49,7 @@ /// </summary> static void clearA31Threads() { + var threads = threadLists.FindAll((obj) => { return obj.Name == "A31"; }); foreach (var thread in threads) { @@ -191,7 +192,7 @@ musicView.singerBtn.Text = player.functionMusic.GetAttrState(KeyProperty.song_name); musicView.songNameBtn.Text = player.functionMusic.GetAttrState(KeyProperty.song_name); musicView.musicNameBtn.Text = player.functionMusic.name; - + musicView.collectIconBtn.Visible = false;//鍏堟殏鏃堕殣钘忔敹钘忓姛鑳� ///鏀惰棌浜嬩欢 musicView.collectIconBtn.MouseUpEventHandler += (sender, e) => { @@ -244,7 +245,7 @@ if (musicView.playBtn.IsSelected) { musicView.playBtn.IsSelected = false; - status = ValueProperty.off; + status = ValueProperty.pause; } else { -- Gitblit v1.8.0