Commit 3e25b175 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: slightly the drawing of the mainwindow's shadow when using the black window style

parent acc84739
...@@ -421,6 +421,8 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -421,6 +421,8 @@ static VLCMainWindow *_o_sharedInstance = nil;
[self setBackgroundColor: [NSColor clearColor]]; [self setBackgroundColor: [NSColor clearColor]];
[self setOpaque: NO]; [self setOpaque: NO];
[self display];
[self setHasShadow:NO];
[self setHasShadow:YES]; [self setHasShadow:YES];
NSRect winrect = [self frame]; NSRect winrect = [self frame];
......
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