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;
|
i: integer;
|
||||||
n: TTreeNode;
|
n: TTreeNode;
|
||||||
begin
|
begin
|
||||||
|
List.ClearSelection();
|
||||||
List.BeginUpdate;
|
List.BeginUpdate;
|
||||||
for i := 0 to List.Items.Count-1 do
|
for i := 0 to List.Items.Count-1 do
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue