Skip to content

Commit 2cefbdb

Browse files
authored
Merge pull request #433 from AgoraIO/dev/4.5.0-windows
fix bug and improve logic for 4.5.0 windows
2 parents 6043cb9 + 53f5d9c commit 2cefbdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/APIExample/APIExample/Advanced/CrossChannel/CAgoraCrossChannelDlg.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ void CAgoraCrossChannelDlg::ResumeStatus()
166166
{
167167
InitCtrlText();
168168
m_lstInfo.ResetContent();
169+
m_cmbCrossChannelList.ResetContent();
169170
m_staDetails.SetWindowText(_T(""));
170171
m_edtChannel.SetWindowText(_T(""));
171172
m_edtCrossChannel.SetWindowText(_T(""));

0 commit comments

Comments
 (0)