Skip to content

Commit 37f7d9a

Browse files
committed
Corrected issue number
1 parent e8e19bd commit 37f7d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VirtualTrees.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18480,7 +18480,7 @@ procedure TBaseVirtualTree.ChangeTreeStatesAsync(EnterStates, LeaveStates: TVirt
1848018480
if (Self.HandleAllocated) then
1848118481
TThread.Synchronize(nil, procedure
1848218482
begin
18483-
// issue #1000 // Prevent invalid combination tsUseCache + tsValidationNeeded (#915)
18483+
// issue #1001 // Prevent invalid combination tsUseCache + tsValidationNeeded (#915)
1848418484
if HandleAllocated and not ((tsUseCache in EnterStates) and (tsValidationNeeded in FStates + LeaveStates)) then
1848518485
DoStateChange(EnterStates, LeaveStates)
1848618486
end);

0 commit comments

Comments
 (0)