Commit df261c30 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: raise the fullscreen widget when it is shown

parent 7700501e
......@@ -239,6 +239,8 @@ void VideoWidget::SetFullScreen( bool b_fs, bool b_ontop )
free( title );
reparentable->show();
reparentable->activateWindow();
reparentable->raise();
}
else
{ /* Go windowed */
......
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