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
641ac897
Commit
641ac897
authored
Jan 08, 2020
by
Jean-Baptiste Mardelle
Browse files
Hide option to overlay audio info from Project monitor (not supported)
Fixes
#500
parent
b3f6f019
Pipeline
#12953
passed with stage
in 13 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
641ac897
...
...
@@ -3457,7 +3457,7 @@ void MainWindow::slotUpdateMonitorOverlays(int id, int code)
for
(
QAction
*
ac
:
actions
)
{
int
mid
=
ac
->
data
().
toInt
();
if
(
mid
==
0x010
)
{
ac
->
set
Ena
ble
d
(
id
==
Kdenlive
::
ClipMonitor
);
ac
->
set
Visi
ble
(
id
==
Kdenlive
::
ClipMonitor
);
}
ac
->
setChecked
(
code
&
mid
);
}
...
...
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