Skip to content
Snippets Groups Projects
Commit fc986201 authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Do not hide video view controller view before applying view for...

macosx: Do not hide video view controller view before applying view for selected segment, fixing crash

Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 6b4ce43e
No related branches found
No related tags found
1 merge request!6522macosx: Fix crash when opening Picture in Picture
Pipeline #545207 passed with stages
in 32 minutes and 53 seconds
......@@ -806,7 +806,6 @@ static void addShadow(NSImageView *__unsafe_unretained imageView)
// restore alpha value to 1 for the case that macosx-opaqueness is set to < 1
self.alphaValue = 1.0;
self.videoViewController.view.hidden = YES;
[self setViewForSelectedSegment];
[self disableVideoTitleBarMode];
[self showControlsBarImmediately];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment