closes PR 11134
This commit is contained in:
parent
8fae368376
commit
41e4470f23
|
@ -1826,7 +1826,7 @@
|
||||||
[min-height (floor (/ (send plt-logo-shiny get-height) 2))])
|
[min-height (floor (/ (send plt-logo-shiny get-height) 2))])
|
||||||
(new canvas-message%
|
(new canvas-message%
|
||||||
(parent racketeer-panel)
|
(parent racketeer-panel)
|
||||||
(label sc-use-language-in-source)
|
(label (string-constant use-language-in-source))
|
||||||
(color (send the-color-database find-color "blue"))
|
(color (send the-color-database find-color "blue"))
|
||||||
(callback (λ () (change-current-lang-to (λ (x) (is-a? x drracket:module-language:module-language<%>)))))
|
(callback (λ () (change-current-lang-to (λ (x) (is-a? x drracket:module-language:module-language<%>)))))
|
||||||
(font (get-font #:underlined #t))))
|
(font (get-font #:underlined #t))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user