Explorar el Código

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

Bernardo Magri hace 4 meses
padre
commit
aeade9ae03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);