Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
5f5bcc8c
Commit
5f5bcc8c
authored
Mar 01, 2014
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ClipRenderer: Fix play/stop
parent
424cbdea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/Renderer/ClipRenderer.cpp
src/Renderer/ClipRenderer.cpp
+5
-0
No files found.
src/Renderer/ClipRenderer.cpp
View file @
5f5bcc8c
...
...
@@ -134,6 +134,11 @@ ClipRenderer::togglePlayPause()
m_sourceRenderer
->
playPause
();
m_paused
=
!
m_paused
;
}
else
{
m_sourceRenderer
->
start
();
m_isRendering
=
true
;
}
}
int
...
...
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