Przeglądaj źródła

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

Bernardo Magri 4 miesięcy temu
rodzic
commit
aeade9ae03
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/book.pas

+ 1 - 1
src/book.pas

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