You've already forked lazarus-ccr
jvcllaz: Fix form autosizing in JvYearGrid demo for Linux.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6996 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -213,8 +213,11 @@ begin
|
||||
end;
|
||||
Inc(AWidth, AGraphic.Width);
|
||||
end;
|
||||
ACanvas.Draw(ARect.Left, ARect.Top, Bmp);
|
||||
{
|
||||
BitBlt(ACanvas.Handle, ARect.Left, ARect.Top, Bmp.Width, Bmp.Height,
|
||||
Bmp.Canvas.Handle, 0, 0, SRCCOPY);
|
||||
}
|
||||
finally
|
||||
Bmp.Free;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user