mirror of https://gitlab.com/basile.b/dexed.git
fix, application.processmessage() caused messages to be cut
This commit is contained in:
parent
8aa027b79f
commit
670ab28b67
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue