mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user