Skip to content

Commit

Permalink
Merge pull request #433 from AgoraIO/dev/4.5.0-windows
Browse files Browse the repository at this point in the history
fix bug  and improve logic for 4.5.0 windows
  • Loading branch information
tamworth authored Oct 29, 2024
2 parents 6043cb9 + 53f5d9c commit 2cefbdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ void CAgoraCrossChannelDlg::ResumeStatus()
{
InitCtrlText();
m_lstInfo.ResetContent();
m_cmbCrossChannelList.ResetContent();
m_staDetails.SetWindowText(_T(""));
m_edtChannel.SetWindowText(_T(""));
m_edtCrossChannel.SetWindowText(_T(""));
Expand Down

0 comments on commit 2cefbdb

Please sign in to comment.