Fixed: InvalidateCursor after clearing
This commit is contained in:
parent
6197f5463c
commit
6ec85cfb1f
@ -1417,6 +1417,7 @@ begin
|
|||||||
if Assigned(FRoot) then
|
if Assigned(FRoot) then
|
||||||
begin
|
begin
|
||||||
DestroyBucket(FRoot);
|
DestroyBucket(FRoot);
|
||||||
|
InvalidateCursor;
|
||||||
FCount := 0;
|
FCount := 0;
|
||||||
FRoot := nil;
|
FRoot := nil;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user