]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/interface_widgets.cpp
qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
[vlc] / modules / gui / qt4 / components / interface_widgets.cpp
index 13b3af4591c20ded593707aac32ad51c4db9e0f9..8d5b96dbc319a8c148fe1335bb5bf2117637e8d8 100644 (file)
@@ -606,7 +606,7 @@ void ControlsWidget::setStatus( int status )
  */
 void ControlsWidget::fullscreen()
 {
-    vout_thread_t *p_vout = (vout_thread_t *)vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_CHILD );
+    vout_thread_t *p_vout = (vout_thread_t *)vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE );
     if( p_vout)
     {
         var_SetBool( p_vout, "fullscreen", !var_GetBool( p_vout, "fullscreen" ) );