diff --git a/comp/src/gb.form.editor/.src/TextEditor.class b/comp/src/gb.form.editor/.src/TextEditor.class index 401fde1bd..b4a9803ff 100644 --- a/comp/src/gb.form.editor/.src/TextEditor.class +++ b/comp/src/gb.form.editor/.src/TextEditor.class @@ -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