Skip to content
GitLab
Menu
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
e0cc5b07
Commit
e0cc5b07
authored
Jan 08, 2020
by
Jean-Baptiste Mardelle
Browse files
Hide option to overlay audio info from Project monitor (not supported)
Fixes
#500
parent
7a60a330
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
e0cc5b07
...
...
@@ -3456,7 +3456,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
.
Attach a 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