<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jean-Baptiste Kempf wrote:
<blockquote cite="mid:20090208101620.GA30337@videolan.org" type="cite">
<pre wrap="">On Sun, Feb 08, 2009 at 03:01:40PM +1100, xxcv wrote :
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">@@ -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();
</pre>
</blockquote>
<pre wrap=""> ^^^^^^^^^^^
Just one minor problem, this line ensure messages texts are scrolled to
the bottom automatically.
</pre>
</blockquote>
<pre wrap=""><!---->Yes, I know, and I am not sure we need it.
</pre>
</blockquote>
We need this line of cause otherwise messages dialog would be retarded,
making sure <br>
that the cursor is visible is by original design of the messages
dialog, BTW, why wouldn't we need it???<br>
Not much point seeing the (1st line) same messages always is there?<br>
What we want is for it to automatically scroll down to the latest
message, so please<br>
add this statement back.<br>
<br>
Regards,<br>
<br>
</body>
</html>