Skip to content

Commit

Permalink
caopengllayer: fix moving window with mouse
Browse files Browse the repository at this point in the history
This fixes #24646

Forward-port from 3.0.x branch.
Cherry-picked from commit 7c74e96.

Signed-off-by: Alexandre Janniaux <[email protected]>
  • Loading branch information
fkuehne authored and jbkempf committed Apr 28, 2022
1 parent ad5f35b commit a446af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/video_output/caopengllayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ - (BOOL)acceptsFirstResponder

- (BOOL)mouseDownCanMoveWindow
{
return NO;
return YES;
}


Expand Down

0 comments on commit a446af4

Please sign in to comment.