mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Function result does not specified
(cherry picked from commit 1cd11e5813)
This commit is contained in:
parent
ff38f5da3d
commit
92fda34fe5
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ var
|
|||
bitmapSize: Integer;
|
||||
begin
|
||||
bitmapSize := Round(iIconSize * findScaleFactorByFirstForm());
|
||||
StretchBitmap( bmBitmap, bitmapSize, clBackColor, bFreeAtEnd );
|
||||
Result := StretchBitmap( bmBitmap, bitmapSize, clBackColor, bFreeAtEnd );
|
||||
end;
|
||||
|
||||
procedure AssignRetinaBitmapForControl(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue