Commit 21e8d456 authored by Pavlov Konstantin's avatar Pavlov Konstantin

QT4: Force need_update on creation so we could view everything on first open...

QT4: Force need_update on creation so we could view everything on first open of Media Information window
Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de
parent e3a43a41
...@@ -45,6 +45,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf, bool _mainInput, ...@@ -45,6 +45,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf, bool _mainInput,
{ {
i_runs = 0; i_runs = 0;
p_input = NULL; p_input = NULL;
need_update = true;
setWindowTitle( qtr( "Media information" ) ); setWindowTitle( qtr( "Media information" ) );
resize( 700 , 450 ); resize( 700 , 450 );
......
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