fix, hint not re-shown until scroll/click/move elsewhere

This commit is contained in:
Basile Burg 2015-02-19 11:16:45 +01:00
parent 329af7d3fd
commit a6e556d183
1 changed files with 2 additions and 0 deletions

View File

@ -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;
//