소스 검색

Merge branch 'master' into codex/optimize-cover-extraction-size

Bernardo Magri 4 달 전
부모
커밋
aeade9ae03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/book.pas

+ 1 - 1
src/book.pas

@@ -202,7 +202,7 @@ begin
         Pic.LoadFromFile(AValue);
 
         Img.FillPixels(colTransparent);
-
+        
         if (Pic.Width > 0) and (Pic.Height > 0) then
         begin
           scale := Min(W / Pic.Width, H / Pic.Height);