This commit is contained in:
Basile Burg 2015-03-06 22:28:14 +01:00
parent 173acc0c8e
commit 79d5e96368
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ begin
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.
// note: non-default color allows non-themed paint() which allows custom font-size to be handled.
HintInfo.HintColor := clInfoBk + $01010100;
//
DcdWrapper.getDdocFromCursor(HintStr);