Explorar o código

fix paint blue area on max zoom

Johann %!s(int64=6) %!d(string=hai) anos
pai
achega
27d6ff757d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lazpaint/uimageview.pas

+ 1 - 0
lazpaint/uimageview.pas

@@ -249,6 +249,7 @@ begin
     workArea := FLastPictureParameters.workArea;
     if (workArea.Right <= workArea.Left) or (workArea.Bottom <= workArea.Top) then exit;
     scaledArea := FLastPictureParameters.scaledArea;
+    IntersectRect(scaledArea, scaledArea,workArea);
     with PictureCanvas do
     begin
       Brush.Color := WorkspaceColor;