Explorar o código

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

Bernardo Magri hai 4 meses
pai
achega
aeade9ae03
Modificáronse 1 ficheiros con 1 adicións e 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);