| # | Line 204 | Line 204 | begin | |
|---|---|---|
| 204 | 0: | |
| 205 | begin | |
| 206 | if Data.Field is TFile then | |
| 207 | + | begin | 
| 208 | if Length(TFile(Data.Field).FileName) = 0 then | |
| 209 | < | TargetCanvas.Font.Color := $000060; | 
| 209 | > | TargetCanvas.Font.Color := $C06060; | 
| 210 | > | if TFile(Data.Field).FileSize = 0 then | 
| 211 | > | TargetCanvas.Font.Color := $2020A0; | 
| 212 | > | end; | 
| 213 | end; | |
| 214 | end; | |
| 215 | end; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |