Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
511d8591
Commit
511d8591
authored
Jun 05, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace the current time with the time we will seek to when moving time slider to please j-b ;)
parent
512cffc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AspenProject/VLCMovieViewController.m
AspenProject/VLCMovieViewController.m
+2
-0
No files found.
AspenProject/VLCMovieViewController.m
View file @
511d8591
...
...
@@ -458,6 +458,8 @@
-
(
IBAction
)
positionSliderAction
:(
UISlider
*
)
sender
{
[
self
performSelector
:
@selector
(
_setPositionForReal
)
withObject
:
nil
afterDelay
:
0
.
3
];
VLCTime
*
newPosition
=
[
VLCTime
timeWithInt
:(
int
)(
_positionSlider
.
value
*
self
.
mediaItem
.
duration
.
intValue
)];
self
.
timeDisplay
.
text
=
newPosition
.
stringValue
;
_positionSet
=
NO
;
[
self
_resetIdleTimer
];
}
...
...
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