Commit d6b51ece authored by Gus Grubba's avatar Gus Grubba

Fix combo box index issues

parent b2f7fc86
...@@ -216,8 +216,8 @@ Column { ...@@ -216,8 +216,8 @@ Column {
id: cameraSelector id: cameraSelector
model: _isCamera ? _dynamicCameras.cameraLabels : [] model: _isCamera ? _dynamicCameras.cameraLabels : []
width: _editFieldWidth width: _editFieldWidth
onActivated: _dynamicCameras.cameras = index onActivated: _dynamicCameras.currentCamera = index
currentIndex: 0 currentIndex: _dynamicCameras.currentCamera
} }
} }
//------------------------------------------- //-------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment