Skip to content

Commit

Permalink
修正歌词设置-桌面歌词中未启用桌面歌词时“歌词对齐方式”下拉列表没有禁用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Aug 6, 2024
1 parent 80987b6 commit e85dd4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MusicPlayer2/LyricSettingsDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ void CLyricSettingsDlg::EnableControlForDesktopLyric()
GetDlgItem(IDC_SET_FONT2)->EnableWindow(desktop_lyric_enable);
GetDlgItem(IDC_DEFAULT_STYLE)->EnableWindow(desktop_lyric_enable);
m_show_unlock_when_locked_chk.EnableWindow(desktop_lyric_enable);
m_desktop_lyric_alignment_combo.EnableWindow(desktop_lyric_enable);
}


Expand Down

0 comments on commit e85dd4a

Please sign in to comment.