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