Skip to content
Snippets Groups Projects
Commit bbdd75f1 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

videosettings: refresh preview on resolution's change

Change-Id: Ibc2b183d92ab7cfa659f31a5351f91b5ed574b20
parent c95d29e0
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,13 @@ ColumnLayout {
function onDefaultResChanged() {
updatePreviewRatio()
if (previewWidget.visible)
startPreviewing(true)
}
function onDefaultFpsChanged() {
if (previewWidget.visible)
startPreviewing(true)
}
function onDeviceAvailable() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment