[vlc-devel] commit: Qt: put the ensureCursorVisible(); back. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Feb 8 11:54:34 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb  8 11:54:14 2009 +0100| [95819b345a63f9cda9a2290fc2ec25f9f03d3dcd] | committer: Jean-Baptiste Kempf 

Qt: put the ensureCursorVisible(); back.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95819b345a63f9cda9a2290fc2ec25f9f03d3dcd
---

 modules/gui/qt4/dialogs/messages.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/messages.cpp b/modules/gui/qt4/dialogs/messages.cpp
index 264e51c..11a9fef 100644
--- a/modules/gui/qt4/dialogs/messages.cpp
+++ b/modules/gui/qt4/dialogs/messages.cpp
@@ -217,6 +217,7 @@ void MessagesDialog::sinkMessage( msg_item_t *item )
     messages->setTextColor( "black" );
     messages->insertPlainText( qfu(item->psz_msg) );
     messages->insertPlainText( "\n" );
+    messages->ensureCursorVisible();
 }
 
 void MessagesDialog::customEvent( QEvent *event )




More information about the vlc-devel mailing list