Skip to content

Commit 5612380

Browse files
committed
Include Win64X in ComponentPlatformsAttribute. See issue #1296
1 parent 066d341 commit 5612380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/VirtualTrees.DrawTree.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TCustomVirtualDrawTree = class(TVTAncestor)
4040
property OnGetNodeWidth: TVTGetNodeWidthEvent read FOnGetNodeWidth write FOnGetNodeWidth;
4141
end;
4242

43-
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
43+
[ComponentPlatformsAttribute(pfidWindows)]
4444
TVirtualDrawTree = class(TCustomVirtualDrawTree)
4545
private
4646
function GetOptions: TVirtualTreeOptions;

Source/VirtualTrees.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ TCustomVirtualStringTree = class(TVTAncestor)
334334
property Text[Node: PVirtualNode; Column: TColumnIndex]: string read GetText write SetText;
335335
end;
336336

337-
[ComponentPlatformsAttribute(pidWin32 or pidWin64)]
337+
[ComponentPlatformsAttribute(pfidWindows)]
338338
TVirtualStringTree = class(TCustomVirtualStringTree)
339339
private
340340
function GetOptions: TStringTreeOptions;

0 commit comments

Comments
 (0)