[vlc-devel] commit: Qt: messages cleanup and work around #2432 to solve the speed issues. ( Jean-Baptiste Kempf )

xxcv xxcv07 at gmail.com
Sun Feb 8 05:01:40 CET 2009


> @@ -214,54 +217,14 @@ void MessagesDialog::sinkMessage (msg_item_t *item, unsigned)
>      messages->setTextColor( "black" );
>      messages->insertPlainText( qfu(item->psz_msg) );
>      messages->insertPlainText( "\n" );
> -    messages->ensureCursorVisible();
>   
                              ^^^^^^^^^^^
 Just one minor problem, this line ensure messages texts are scrolled to 
the bottom automatically.





More information about the vlc-devel mailing list