Commit c070223c authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: minor ui fixes to the detached video output window

(cherry picked from commit 0a3ae653ca1029050bdabf18ce921cca66ba08e9)
parent 6999dfdc
...@@ -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