Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
b91baadc
Commit
b91baadc
authored
Mar 06, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix compile warning
parent
84f0dad1
Pipeline
#16071
passed with stage
in 15 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
b91baadc
...
...
@@ -1386,7 +1386,7 @@ void MainWindow::setupActions()
scale_no
->
setChecked
(
true
);
break
;
}
connect
(
m_scaleGroup
,
&
QActionGroup
::
triggered
,
[
this
]
(
QAction
*
ac
)
{
connect
(
m_scaleGroup
,
&
QActionGroup
::
triggered
,
[]
(
QAction
*
ac
)
{
int
scaling
=
ac
->
data
().
toInt
();
KdenliveSettings
::
setPreviewScaling
(
scaling
);
// Clear timeline selection so that any qml monitor scene is reset
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment