...
original commit: fef84e6767dc50019e08a5215015ee7bfa787daa
This commit is contained in:
parent
9b7686f63f
commit
6ddacd57a6
|
@ -48,7 +48,7 @@
|
|||
(cond
|
||||
[(not width?) (fallback)]
|
||||
[(let ([prev (send s previous)])
|
||||
(and (not prev)
|
||||
(and prev
|
||||
(member 'hard-newline (send prev get-flags))))
|
||||
(set-box! left-edge-box 0)]
|
||||
[else (fallback)]))
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
(let ([admin (send edit get-admin)])
|
||||
(cond
|
||||
[(is-a? admin editor-snip-editor-admin%)
|
||||
(send (send (send admin get-snip) get-admin) get-media)]
|
||||
(send (send (send admin get-snip) get-admin) get-editor)]
|
||||
;; assume that any non-media-snip
|
||||
;; administrator doesn't have embedded edits.
|
||||
[else #f])))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user