Commit 2c44839b authored by Rafaël Carré's avatar Rafaël Carré

Fixes crash when using a vout with qt4.3

parent 8375127e
......@@ -93,7 +93,6 @@ void *VideoWidget::request( vout_thread_t *p_nvout, int *pi_x, int *pi_y,
return NULL;
}
p_vout = p_nvout;
setMinimumSize( 16, 16 );
return ( void* )winId();
}
......
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