Commit 5c64761a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Fix display bug using the Sout dialog.

parent b6a1a951
......@@ -50,7 +50,8 @@ public:
instance = new SoutDialog( parent, p_intf, transcode_only );
else
{
instance->setParent( parent );
/* Recenter the dialog on the parent */
instance->setParent( parent, Qt::Dialog );
if( transcode_only != instance->b_transcode_only )
{
instance->toggleSout();
......
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