disable slideshow's addition (to drracket) of pict value rendering
This commit is contained in:
parent
9932ef33f7
commit
96acfb08ac
|
@ -345,6 +345,9 @@ pict snip :
|
|||
(send bdc set-bitmap #f)
|
||||
(make-object image-snip% bm)))
|
||||
|
||||
;; do not add this anymore, since it is covered internally
|
||||
;; by drracket's use of the pict/convert library
|
||||
#;
|
||||
(drscheme:language:add-snip-value
|
||||
;; Convert to print?
|
||||
(lambda (x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user