sort the font names in the popup
This commit is contained in:
parent
36e8d5ef99
commit
2d55dd1bb7
|
@ -71,7 +71,7 @@
|
|||
(when (eq? receiver font-name-control)
|
||||
(when (symbol? mono-list)
|
||||
(begin-busy-cursor)
|
||||
(set! mono-list (get-face-list 'mono))
|
||||
(set! mono-list (sort (get-face-list 'mono) string-ci<=?))
|
||||
(send font-name-control clear)
|
||||
(for-each
|
||||
(λ (x) (send font-name-control append x))
|
||||
|
|
Loading…
Reference in New Issue
Block a user