vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Mar 11 22:22:54 2015 +0100| [26ccf4df57357f83a6b565656e07db033b1e2999] | committer: Felix Paul Kühne
ios vout: don't cancel touches in vout > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26ccf4df57357f83a6b565656e07db033b1e2999 --- modules/video_output/ios2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_output/ios2.m b/modules/video_output/ios2.m index eca2e08..5039feb 100644 --- a/modules/video_output/ios2.m +++ b/modules/video_output/ios2.m @@ -167,7 +167,7 @@ static int Open(vlc_object_t *this) [sys->viewContainer.superview addGestureRecognizer:sys->tapRecognizer]; } } - sys->tapRecognizer.cancelsTouchesInView = YES; + sys->tapRecognizer.cancelsTouchesInView = NO; /* Initialize common OpenGL video display */ sys->gl.lock = OpenglESClean; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
