TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'.
[GB.FORM.EDITOR] * BUG: TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'.
This commit is contained in:
parent
fd8781cae4
commit
f87f2a2cad
@ -895,7 +895,7 @@ Fast Private Sub DrawHighlightedText(Row As Integer, sText As String, aColor As
|
||||
Endif
|
||||
|
||||
If iLen = 0 Then
|
||||
iBg = $hTheme.GetIncludeColor(iState)
|
||||
iBg = $hTheme._GetIncludeColor(iState)
|
||||
If iBg <> Color.Default Then iBg = Color.SetAlpha(iBg, 128)
|
||||
Continue
|
||||
Endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user