You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved fix for #1001: Checking tsValidating in TBaseVirtualTree.Destroy() is not enough, the TWorkerThread may be stuck in the first call to ChangeTreeStatesAsync() where tsValidating is not set.
WasValidating := (tsValidating in FStates) or (tsValidationNeeded in FStates); // Checking tsValidating is not enough, the TWorkerThread may be stuck in the first call to ChangeTreeStatesAsync()
0 commit comments