Issue #1738: revert recent VirtualTrees update, back on master branch from 2022-06-18. Could not get query threads to work in 64 bit mode.

This commit is contained in:
Ansgar Becker
2022-12-31 11:26:24 +01:00
parent ae883a0a80
commit d96daa80b1
27 changed files with 10617 additions and 11965 deletions

View File

@ -26,7 +26,10 @@ uses
System.SysUtils,
System.StrUtils,
System.Generics.Collections,
System.UITypes;
System.UITypes,
VirtualTrees.Types,
VirtualTrees.ClipBoard,
VirtualTrees.Header;
type
TCustomVirtualStringTreeCracker = class(TCustomVirtualStringTree)