Commit 30b3ac88 authored by Clément Stenac's avatar Clément Stenac

Should fix the problem with messages insertion (new messages are inserted at selection point)

parent dfdc294e
......@@ -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;
......
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