[libcamera-devel,0/2] Fix combo-box entry selection on startup
mbox series

Message ID 20200430141433.6776-1-email@uajain.com
Headers show
Series
  • Fix combo-box entry selection on startup
Related show

Message

Umang Jain April 30, 2020, 2:15 p.m. UTC
Hi all,

This is a byte-size bug fix in qcam that fixes the issue where
there are multiple cameras and one of them is selected on startup.
However, the selected camera entry was not reflected by the camera-
combo box in the main window.

Umang Jain (2):
  qcam: main_window: Make cameraCombo_ private
  qcam: main_window: Fix combo-box entry selection on startup

 src/qcam/main_window.cpp | 13 ++++++++-----
 src/qcam/main_window.h   |  2 ++
 2 files changed, 10 insertions(+), 5 deletions(-)