Commit 95819b34 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: put the ensureCursorVisible(); back.

parent bc7bf1b5
......@@ -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 )
......
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