[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:
parent
e7894e5795
commit
a9652ac90f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue