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
Graphics
Okular
Commits
5f87327c
Commit
5f87327c
authored
Mar 30, 2012
by
Tobias Koenig
Browse files
Hide video widget after the video has finished in PlayOnce mode.
parent
8bd5deea
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/videowidget.cpp
View file @
5f87327c
...
...
@@ -132,6 +132,7 @@ void VideoWidget::Private::finished()
setupPlayPauseAction
(
PlayMode
);
if
(
anno
->
movie
()
->
playMode
()
==
Okular
::
Movie
::
PlayOnce
)
controlBar
->
setVisible
(
false
);
q
->
setVisible
(
false
);
break
;
case
Okular
::
Movie
::
PlayRepeat
:
// repeat the playback
...
...
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