prevent dc<%> state contamination among transparent canvases
original commit: 719df98d8368b17cb4a2a2e2a3ac03622e806e7c
This commit is contained in:
parent
53407477a4
commit
3165708bd0
|
@ -194,6 +194,7 @@
|
|||
(define (backing-draw-bm bm cr w h)
|
||||
(if (procedure? bm)
|
||||
(begin
|
||||
(send cairo-dc reset-config)
|
||||
(send cairo-dc set-cr cr w h)
|
||||
(bm cairo-dc)
|
||||
(send cairo-dc set-cr #f 0 0))
|
||||
|
|
Loading…
Reference in New Issue
Block a user