[GB.REPORT2]

* BUG: Change Image.Gray() deprecated for Image.Desaturate()


git-svn-id: svn://localhost/gambas/trunk@7002 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Fabien Bodard 2015-03-26 21:49:27 +00:00
parent e7894e5795
commit a9652ac90f

View file

@ -84,7 +84,7 @@ Public Sub View_Draw((Page) As Integer, Width As Integer, Height As Integer)
If $bGrayScale Then
Paint.End
Paint.DrawImage(hImg.Gray(), 0, 0)
Paint.DrawImage(hImg.Desaturate(), 0, 0)
Endif
$hReport.Scale = 1.0
End