From f87f2a2cad6126dc85c82f00628847872bb428cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sun, 5 Nov 2023 23:19:38 +0100 Subject: [PATCH] TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'. [GB.FORM.EDITOR] * BUG: TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'. --- comp/src/gb.form.editor/.src/TextEditor.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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