From a6e556d183babfa2d11c0854adac6cf145fcd4a7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 19 Feb 2015 11:16:45 +0100 Subject: [PATCH] fix, hint not re-shown until scroll/click/move elsewhere --- src/ce_main.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_main.pas b/src/ce_main.pas index 288a7e84..5889ea45 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -858,6 +858,8 @@ begin TCEEditorHintWindow.FontSize := fDoc.Font.Size; HintInfo.HintWindowClass := TCEEditorHintWindow; HintInfo.HideTimeout := 120000; + HintInfo.CursorRect.Left := fDoc.CaretXPix; + HintInfo.CursorRect.Top := fDoc.CaretYPix; // note: non-default color allows non-themed draw() which allows custom font-size to be handled. HintInfo.HintColor := clInfoBk + $01010100; //