Skip to content
Snippets Groups Projects
Commit b7082cc2 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: messages: remove manual block update

parent b9d50bc5
No related branches found
No related tags found
Loading
......@@ -254,9 +254,6 @@ void MessagesDialog::sinkMessage( const MsgEvent *msg )
QTextBlock b = messages->document()->lastBlock();
b.setVisible( matchFilter( b.text() ) );
/* Tell the QTextDocument to recompute the size of the given area */
messages->document()->markContentsDirty( b.position(), b.length() );
if ( b_autoscroll ) messages->ensureCursorVisible();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment