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
35814d86
Commit
35814d86
authored
Sep 28, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix track audio level empty on pause
parent
e19ec6c5
Pipeline
#237675
failed with stage
in 5 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
35814d86
...
...
@@ -292,7 +292,8 @@ Monitor::Monitor(Kdenlive::MonitorId id, MonitorManager *manager, QWidget *paren
}
});
}
else
if
(
id
==
Kdenlive
::
ProjectMonitor
)
{
connect
(
m_glMonitor
,
&
GLWidget
::
paused
,
m_monitorManager
,
&
MonitorManager
::
cleanMixer
);
// JBM - This caused the track audio levels to go blank on pause, doesn't seem to have another use
// connect(m_glMonitor, &GLWidget::paused, m_monitorManager, &MonitorManager::cleanMixer);
}
QAction
*
markIn
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"zone-in"
)),
i18n
(
"Set Zone In"
),
this
);
...
...
Eugen Mohr
@emohr
mentioned in commit
3ba202fb
·
Sep 28, 2022
mentioned in commit
3ba202fb
mentioned in commit 3ba202fbbd7fd9a4118772468cc9d49e7e31794e
Toggle commit list
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