1
0
mirror of synced 2024-09-19 17:56:09 +00:00

Fixed: InvalidateCursor after clearing

This commit is contained in:
Mark van Renswoude 2010-07-27 13:32:39 +00:00
parent 6197f5463c
commit 6ec85cfb1f

View File

@ -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;