Option dialog: Theme change correctly update editor again.

[DEVELOPMENT ENVIRONMENT]
* BUG: Option dialog: Theme change correctly update editor again.
This commit is contained in:
Benoît Minisini 2023-11-03 20:35:32 +01:00
parent 97bb0b57b7
commit 7e93139c95

View file

@ -992,7 +992,7 @@ Private Sub GetProc(sLine As String) As String
sLine = Trim(sLine)
Select Case LCase($hEditor.Highlight)
Select Case $hEditor.Highlight
Case "css"