Option dialog: Theme change correctly update editor again.
[DEVELOPMENT ENVIRONMENT] * BUG: Option dialog: Theme change correctly update editor again.
This commit is contained in:
parent
97bb0b57b7
commit
7e93139c95
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ Private Sub GetProc(sLine As String) As String
|
||||||
|
|
||||||
sLine = Trim(sLine)
|
sLine = Trim(sLine)
|
||||||
|
|
||||||
Select Case LCase($hEditor.Highlight)
|
Select Case $hEditor.Highlight
|
||||||
|
|
||||||
Case "css"
|
Case "css"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue