Commit 0a3ae653 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: minor ui fixes to the detached video output window

parent 48897cfc
...@@ -2276,6 +2276,18 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -2276,6 +2276,18 @@ static VLCMainWindow *_o_sharedInstance = nil;
return self; return self;
} }
- (void)awakeFromNib
{
if (b_dark_interface)
{
[self setBackgroundColor: [NSColor clearColor]];
[self setOpaque: NO];
[self display];
[self setHasShadow:NO];
[self setHasShadow:YES];
}
}
- (BOOL)isFullscreen - (BOOL)isFullscreen
{ {
return [[VLCMainWindow sharedInstance] isFullscreen]; return [[VLCMainWindow sharedInstance] isFullscreen];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment