]> git.sesse.net Git - vlc/commitdiff
Should fix the problem with messages insertion (new messages are inserted at selectio...
authorClément Stenac <zorglub@videolan.org>
Tue, 29 Aug 2006 15:51:56 +0000 (15:51 +0000)
committerClément Stenac <zorglub@videolan.org>
Tue, 29 Aug 2006 15:51:56 +0000 (15:51 +0000)
modules/gui/qt4/dialogs/messages.cpp

index 51cd1f12f361bf64e004e121e7d1ca2755bd2a2b..186bfa2212c91408a0481c0bf38f118771faa93e 100644 (file)
@@ -82,6 +82,7 @@ void MessagesDialog::updateLog()
     int i_stop = *p_sub->pi_stop;
     vlc_mutex_unlock( p_sub->p_lock );
 
+    messages->textCursor().movePosition( QTextCursor::End );
     if( p_sub->i_start != i_stop )
     {
         for( i_start = p_sub->i_start;