fix bug with editor-snip% in pasteboard% in editor-canvas% on Windows or X11 (i.e., platforms that use the offscreen bitmap for drawing editors)
svn: r14779
This commit is contained in:
parent
da6e35bf98
commit
5df29ea906
|
@ -1299,6 +1299,7 @@
|
|||
(not ps?))
|
||||
;; draw to offscreen
|
||||
(begin
|
||||
(send s-offscreen set-in-use #t)
|
||||
(draw (send s-offscreen get-dc) (- left) (- top) left top width height show-caret bg-color)
|
||||
|
||||
(send dc draw-bitmap-section
|
||||
|
|
Loading…
Reference in New Issue
Block a user