We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a093d commit 201542fCopy full SHA for 201542f
modules/gui/macosx/VLCScrollingClipView.m
@@ -31,7 +31,7 @@ @implementation VLCScrollingClipView {
31
- (void)startScrolling {
32
// Start our timer unless running
33
if (!scrollTimer) {
34
- scrollTimer = [NSTimer scheduledTimerWithTimeInterval: 1/6
+ scrollTimer = [NSTimer scheduledTimerWithTimeInterval:0.025
35
target:self
36
selector:@selector(scrollTick:)
37
userInfo:nil
0 commit comments