diff --git a/source/texteditor.pas b/source/texteditor.pas index c1e6990b..05e53b0d 100644 --- a/source/texteditor.pas +++ b/source/texteditor.pas @@ -220,6 +220,7 @@ begin lblTextLength.Top := tlbStandard.Top + (tlbStandard.Height-lblTextLength.Height) div 2; MemoText.OnMouseWheel := MainForm.AnySynMemoMouseWheel; + MemoText.OnPaintTransient := MainForm.SynMemoQuery.OnPaintTransient; if AppSettings.ReadBool(asMemoEditorMaximized) then WindowState := wsMaximized; end;