fixed color combining logical function
original commit: 79d86a0ff037c7c156af0768c50b747fd3e8b039
This commit is contained in:
parent
0a487c2d6f
commit
4e697e4cc6
|
@ -384,8 +384,9 @@
|
|||
(send brush set-style wx:const-solid)
|
||||
(send pen set-colour color)
|
||||
(send brush set-colour color)
|
||||
(send dc set-logical-function wx:const-and-invert)]
|
||||
[b/w-bitmap
|
||||
(send dc set-logical-function wx:const-and)]
|
||||
[(and b/w-bitmap
|
||||
(eq? wx:platform 'unix))
|
||||
(send pen set-stipple b/w-bitmap)
|
||||
(send brush set-stipple b/w-bitmap)]
|
||||
[else (send dc set-logical-function wx:const-xor)
|
||||
|
|
Loading…
Reference in New Issue
Block a user