From: Derk-Jan Hartman Date: Sat, 4 Jun 2005 21:26:57 +0000 (+0000) Subject: * backport of [11294] X-Git-Tag: 0.8.2~99 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=inline;h=89d0545b1b4f7f6ba1c817990919b5d08b6329d9;p=vlc * backport of [11294] --- diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m index bc49b8910d..4af48c00ef 100644 --- a/modules/gui/macosx/vout.m +++ b/modules/gui/macosx/vout.m @@ -291,6 +291,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, { /* XXX waitUntilDone = NO to avoid a possible deadlock when hitting Command-Q */ + [self setContentView: NULL]; [self performSelectorOnMainThread: @selector(closeReal:) withObject: NULL waitUntilDone: NO]; }