[vlc-commits] caopengllayer: fix moving window with mouse
    Felix Paul Kühne 
    git at videolan.org
       
    Wed Apr 29 18:32:29 CEST 2020
    
    
  
vlc/vlc-3.0 | branch: master | Felix Paul Kühne <felix at feepk.net> | Wed Apr 29 18:32:07 2020 +0200| [7c74e968f48879f615b43c1be9d555b78098773d] | committer: Felix Paul Kühne
caopengllayer: fix moving window with mouse
This fixes #24646
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7c74e968f48879f615b43c1be9d555b78098773d
---
 modules/video_output/caopengllayer.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/caopengllayer.m b/modules/video_output/caopengllayer.m
index 6a360d6d40..aef7b538f7 100644
--- a/modules/video_output/caopengllayer.m
+++ b/modules/video_output/caopengllayer.m
@@ -624,7 +624,7 @@ shouldInheritContentsScale:(CGFloat)newScale
 
 - (BOOL)mouseDownCanMoveWindow
 {
-    return NO;
+    return YES;
 }
 
 
    
    
More information about the vlc-commits
mailing list