From 89d0545b1b4f7f6ba1c817990919b5d08b6329d9 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 4 Jun 2005 21:26:57 +0000 Subject: [PATCH] * backport of [11294] --- modules/gui/macosx/vout.m | 1 + 1 file changed, 1 insertion(+) 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]; } -- 2.39.2