Commit a9cb2c9f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/VLCBrowsableVideoView.m: Make sure the view will reshow its gradient...

MacOSX/VLCBrowsableVideoView.m: Make sure the view will reshow its gradient when the menu is hidden.
parent 317f2353
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
selectionLayer = backLayer = nil; selectionLayer = backLayer = nil;
menuLayer = nil; menuLayer = nil;
menuDisplayed = NO; menuDisplayed = NO;
[self setNeedsDisplay:YES];
} }
- (void)displayMenu - (void)displayMenu
......
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