fix, application.processmessage() caused messages to be cut

This commit is contained in:
Basile Burg 2015-07-14 18:02:58 +02:00
parent 8aa027b79f
commit 670ab28b67
1 changed files with 2 additions and 2 deletions

View File

@ -681,7 +681,7 @@ begin
clearOutOfRangeMessg;
scrollToBack;
TTreeHack(list).scrolledLeft := 0;
Application.ProcessMessages;
List.Update;
filterMessages(fCtxt);
end;
end;
@ -726,7 +726,7 @@ procedure TCEMessagesWidget.updateLoop;
begin
clearOutOfRangeMessg;
scrollToBack;
Application.ProcessMessages;
List.Update;
filterMessages(fCtxt);
end;