[DEVELOPMENT ENVIRONMENT]
* BUG: Fix a bug in the CReportBrush class detected at compilation time now. git-svn-id: svn://localhost/gambas/trunk@7633 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
5b75185c3a
commit
a2752efe91
2 changed files with 359 additions and 187 deletions
File diff suppressed because it is too large
Load diff
|
@ -70,7 +70,7 @@ Public Function GetBrush(iX1 As Integer, iY1 As Integer, iX2 As Integer, iY2 As
|
|||
If hImage Then
|
||||
hBrush = Paint.Image(hImage, iX1, iY1)
|
||||
Else
|
||||
hBrush = Paint.Color(Color.Gray)
|
||||
hBrush = Paint.Color(&H808080&)
|
||||
Endif
|
||||
|
||||
Case TYPE_LINEAR_GRADIENT
|
||||
|
|
Loading…
Reference in a new issue