Commit f4c037ef authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: do not explode when using OpenGL vout

parent f1f2ec7d
......@@ -110,6 +110,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
#ifdef Q_WS_MAC
setAttribute( Qt::WA_MacBrushedMetal );
#endif
setAttribute( Qt::WA_QuitOnClose, false );
/* Is video in embedded in the UI or not */
b_videoEmbedded = var_InheritBool( p_intf, "embedded-video" );
......
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