|
@@ -549,8 +549,14 @@ void MainAndSecondaryCamerasWnd::GetCurrentSelectSlots(int groupId, int nIndex)
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
+ if (m_veCurrentSelectGroup.size() == 0)
|
|
|
+ {
|
|
|
+ connect(pGroup, &Group::SetUpDataImageShowSig,
|
|
|
+ this, &MainAndSecondaryCamerasWnd::GetUpDataImageShowSignals0);
|
|
|
+ }
|
|
|
m_veCurrentSelectGroup.clear();
|
|
|
m_veCurrentSelectGroup.push_back(_curr);
|
|
|
+
|
|
|
}
|
|
|
UpdataLightJoystickSwitchPage();
|
|
|
}
|