Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
30b3ac88
Commit
30b3ac88
authored
Aug 29, 2006
by
zorglub
Browse files
Should fix the problem with messages insertion (new messages are inserted at selection point)
parent
dfdc294e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/messages.cpp
View file @
30b3ac88
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment