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

Qt4 - Fix behaviour with --qt-display-mode 2

parent 7d1569ca
......@@ -175,6 +175,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
statusBar()->addPermanentWidget( pgBar, 0 );
statusBar()->addPermanentWidget( timeLabel, 0 );
/* timeLabel behaviour:
- double clicking opens the goto time dialog
- right-clicking and clicking just toggle between remaining and
......@@ -314,6 +315,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
togglePlaylist();
}
show();
if( i_visualmode == QT_MINIMAL_MODE )
toggleMinimalView();
......
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