This commit is contained in:
Lars The 2026-05-07 14:21:26 -07:00 committed by GitHub
commit adf83204d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1001,6 +1001,7 @@ var
s: string;
begin
if (FVisibleItems = nil) or (aRow >= FVisibleItems.Count) then Exit;
FontOptionsToFont(gFonts[dcfSearchResults], MainDrawGrid.Canvas.Font);
with MainDrawGrid.Canvas do
begin
r := TFileSyncRec(FVisibleItems.Objects[aRow]);