...
original commit: 18f58aa92ea478fb1d19e07c8c886a258caecb38
This commit is contained in:
parent
e8d0bd9327
commit
8c0926f3d0
|
@ -556,7 +556,7 @@
|
|||
[set-search-direction
|
||||
(lambda (x)
|
||||
(set! searching-direction x)
|
||||
(send dir-radio set-selection (if (= x 1) 0 1)))]
|
||||
(send dir-radio set-selection (if (eq? x 'forward) 0 1)))]
|
||||
[replace&search
|
||||
(lambda ()
|
||||
(when (replace)
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
(send vp set-alignment 'left 'center)
|
||||
(send hp set-alignment 'right 'top)
|
||||
(send (make-object button% true-choice hp on-true) focus)
|
||||
(send (make-object button% true-choice hp on-true '(border)) focus)
|
||||
(make-object button% false-choice hp on-false)
|
||||
(send dialog center 'both)
|
||||
(send dialog show #t)
|
||||
|
|
Loading…
Reference in New Issue
Block a user