1
0
mirror of synced 2024-09-19 01:36:08 +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
begin
DestroyBucket(FRoot);
InvalidateCursor;
FCount := 0;
FRoot := nil;
end;