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
3b89b7e4
Commit
3b89b7e4
authored
Apr 28, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix playback speed not reset on pause
parent
6c55202a
Pipeline
#60054
passed with stage
in 9 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
3b89b7e4
...
...
@@ -1453,6 +1453,7 @@ void Monitor::pause()
void
Monitor
::
switchPlay
(
bool
play
)
{
m_speedIndex
=
0
;
m_playAction
->
setActive
(
play
);
if
(
!
KdenliveSettings
::
autoscroll
())
{
emit
pCore
->
autoScrollChanged
();
...
...
@@ -1476,6 +1477,7 @@ void Monitor::slotSwitchPlay()
if
(
!
KdenliveSettings
::
autoscroll
())
{
emit
pCore
->
autoScrollChanged
();
}
m_speedIndex
=
0
;
m_glMonitor
->
switchPlay
(
m_playAction
->
isActive
(),
m_offset
);
bool
showDropped
=
false
;
if
(
m_id
==
Kdenlive
::
ClipMonitor
)
{
...
...
Write
Preview
Markdown
is supported
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