svn: r14517
original commit: 405ade476585c0e6e735ac11a5504d57d6bf4758
This commit is contained in:
parent
00d4fef044
commit
e09ac14ccc
|
@ -1170,7 +1170,11 @@ WARNING: printf is rebound in the body of the unit to always
|
|||
(set! clear-yellow void)
|
||||
(when (and searching-str (= (string-length searching-str) (- end start)))
|
||||
(when (do-search searching-str start end)
|
||||
(set! clear-yellow (highlight-range start end "khaki" #f 'low 'ellipse))))
|
||||
(set! clear-yellow (highlight-range start end
|
||||
(if (preferences:get 'framework:white-on-black?)
|
||||
(make-object color% 50 50 5)
|
||||
"khaki")
|
||||
#f 'low 'ellipse))))
|
||||
(end-edit-sequence)]))]
|
||||
[else
|
||||
(clear-yellow)
|
||||
|
|
Loading…
Reference in New Issue
Block a user