Changeset 717 for branches/zoom/Brain.pas
- Timestamp:
- Jan 10, 2026, 12:15:35 PM (5 weeks ago)
- Location:
- branches/zoom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/zoom
-
branches/zoom/Brain.pas
r679 r717 80 80 TextSize: TSize; 81 81 begin 82 if not LoadGraphicFile(Picture, GetAiDir + DirectorySeparator + FileName + DirectorySeparator + FileName + '.png', [gfNoError]) then begin82 if not LoadGraphicFile(Picture, GetAiDir + DirectorySeparator + FileName + DirectorySeparator + FileName + PngExt, [gfNoError]) then begin 83 83 with Picture.Canvas do begin 84 84 Brush.Color := $904830;
Note:
See TracChangeset
for help on using the changeset viewer.
