Commit f293fd7b authored by Clément Stenac's avatar Clément Stenac

Fix crash

parent 723b9879
......@@ -131,6 +131,7 @@ static void DoRelease( intf_thread_t *p_intf, void *p_win )
void VideoWidget::resizeEvent( QResizeEvent *e )
{
if( !always )return;
if( e->size().height() < ICON_SIZE -1 )
label->setMaximumWidth( e->size().height() );
else
......
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