mirror of https://gitlab.com/basile.b/dexed.git
fix #120 - "select all" in the messages can hang dexed for a while
This commit is contained in:
parent
c2c987cdda
commit
985b8b073d
|
@ -811,6 +811,7 @@ var
|
|||
i: integer;
|
||||
n: TTreeNode;
|
||||
begin
|
||||
List.ClearSelection();
|
||||
List.BeginUpdate;
|
||||
for i := 0 to List.Items.Count-1 do
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue