|
@@ -305,6 +305,8 @@ void MainAndSecondaryCamerasWnd::initLeftAndRightWidget() {
|
|
|
else {
|
|
|
BindImageOrMaterial(m_nCurrentRight, m_nMaterialIndex);
|
|
|
ui->viewwidgetgroup_R->setEnableControls(false);
|
|
|
+ QPixmap pixmap_L = ui->viewwidgetgroup_L->getCurrentComboBoxPixmap(currentLeftComboBoxIndex);
|
|
|
+ GetGroupImageShowSignalsTo_L(pixmap_L);
|
|
|
BindImageOrMaterial(m_nLastLeft, m_nImageIndex);
|
|
|
ui->viewwidgetgroup_L->setEnableControls(true);
|
|
|
|