Option dialog: Sort themes by name in the combobox.
[DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Sort themes by name in the combobox.
This commit is contained in:
parent
b9bdfc5363
commit
6b15686060
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ Public Sub _new()
|
|||
$aHighlightNames[I] = TextHighlighter.GetName($aHighlightKeys[I])
|
||||
Next
|
||||
|
||||
cmbHighlight.List = $aHighlightNames
|
||||
cmbHighlight.List = $aHighlightNames.Copy().Sort(gb.Language)
|
||||
cmbHighlight.Add(("Common colors"), 0)
|
||||
cmbHighlight.Index = 0
|
||||
ReloadStyles
|
||||
|
|
Loading…
Reference in a new issue