[vlc-commits] macosx: log window: Do not set modal window level

David Fuhrmann git at videolan.org
Sat Sep 30 13:21:09 CEST 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Sep 30 13:20:16 2017 +0200| [66a97eefe9733e1aa892294a492fa15534672405] | committer: David Fuhrmann

macosx: log window: Do not set modal window level

Previous level was showing window over all VLC windows and even
over windows from different application. This is not that
practical for debugging.

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

 modules/gui/macosx/VLCLogWindowController.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/macosx/VLCLogWindowController.m b/modules/gui/macosx/VLCLogWindowController.m
index 2e976276e1..1f26e1e3bd 100644
--- a/modules/gui/macosx/VLCLogWindowController.m
+++ b/modules/gui/macosx/VLCLogWindowController.m
@@ -92,7 +92,6 @@ static void MsgCallback(void *data, int type, const vlc_log_t *item, const char
     [self.window setExcludedFromWindowsMenu:YES];
     [self.window setDelegate:self];
     [self.window setTitle:_NS("Messages")];
-    [self.window setLevel:NSModalPanelWindowLevel];
 
 #define setupButton(target, title, desc)                                              \
     [target accessibilitySetOverrideValue:title                                       \



More information about the vlc-commits mailing list