File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments