fixed PR 8368
svn: r4748
This commit is contained in:
parent
405a5a2751
commit
9a5eced27b
|
@ -1511,6 +1511,7 @@
|
||||||
(define check-box (new check-box%
|
(define check-box (new check-box%
|
||||||
[parent main-panel]
|
[parent main-panel]
|
||||||
[label (string-constant fixup-open-brackets)]
|
[label (string-constant fixup-open-brackets)]
|
||||||
|
[value (preferences:get 'framework:fixup-open-parens)]
|
||||||
[callback
|
[callback
|
||||||
(λ (x y)
|
(λ (x y)
|
||||||
(preferences:set 'framework:fixup-open-parens (send check-box get-value)))]))
|
(preferences:set 'framework:fixup-open-parens (send check-box get-value)))]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user