Commit d6b51ece authored by Gus Grubba's avatar Gus Grubba

Fix combo box index issues

parent b2f7fc86
......@@ -216,8 +216,8 @@ Column {
id: cameraSelector
model: _isCamera ? _dynamicCameras.cameraLabels : []
width: _editFieldWidth
onActivated: _dynamicCameras.cameras = index
currentIndex: 0
onActivated: _dynamicCameras.currentCamera = index
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