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

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

Message

Umang Jain April 30, 2020, 4 p.m. UTC
Hi,

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 | 11 +++++++----
 src/qcam/main_window.h   |  2 ++
 2 files changed, 9 insertions(+), 4 deletions(-)

Comments

Laurent Pinchart April 30, 2020, 4:10 p.m. UTC | #1
Hi Umang,

On Thu, Apr 30, 2020 at 04:00:00PM +0000, Umang Jain wrote:
> Hi,
> 
> 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

Pushed to master.

Thank you.

>  src/qcam/main_window.cpp | 11 +++++++----
>  src/qcam/main_window.h   |  2 ++
>  2 files changed, 9 insertions(+), 4 deletions(-)