Message ID | 20200430155946.15605-1-email@uajain.com |
---|---|
Headers | show |
Series |
|
Related | show |
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(-)