[vlc-commits] macosx: Fade in FS controller after it was activated

David Fuhrmann git at videolan.org
Sun Jan 29 22:49:23 CET 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jan 29 20:15:15 2017 +0100| [a2c0b01cf454a71fbe76e89fb48061c2d5ffd3bf] | committer: David Fuhrmann

macosx: Fade in FS controller after it was activated

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2c0b01cf454a71fbe76e89fb48061c2d5ffd3bf
---

 modules/gui/macosx/VLCFSPanelController.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/macosx/VLCFSPanelController.m b/modules/gui/macosx/VLCFSPanelController.m
index 06b8181..9b3ce0d 100644
--- a/modules/gui/macosx/VLCFSPanelController.m
+++ b/modules/gui/macosx/VLCFSPanelController.m
@@ -316,6 +316,7 @@
 - (void)setActive
 {
     [self.window orderFront:self];
+    [self fadeIn];
 }
 
 #pragma mark -



More information about the vlc-commits mailing list