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