Skip to content

Commit c31ff38

Browse files
committed
Plugin: fix CFrmMediaDevices parameter bug
1 parent cd0244d commit c31ff38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ QList<QWidget*> CManager::GetSettingsWidgets(QWidget* parent)
604604
lstWidget.push_back(pRecord);
605605
}
606606

607-
CFrmMediaDevices* pMediaDevices = new CFrmMediaDevices(parent);
607+
CFrmMediaDevices* pMediaDevices = new CFrmMediaDevices(true, parent);
608608
if(pMediaDevices) {
609609
int nRet = pMediaDevices->SetParameter(&m_pParameterPlugin->m_MediaDevices.m_Para);
610610
if(!nRet)

0 commit comments

Comments
 (0)