mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
173acc0c8e
commit
79d5e96368
|
@ -892,7 +892,7 @@ begin
|
||||||
HintInfo.HideTimeout := 120000;
|
HintInfo.HideTimeout := 120000;
|
||||||
HintInfo.CursorRect.Left := fDoc.CaretXPix;
|
HintInfo.CursorRect.Left := fDoc.CaretXPix;
|
||||||
HintInfo.CursorRect.Top := fDoc.CaretYPix;
|
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;
|
HintInfo.HintColor := clInfoBk + $01010100;
|
||||||
//
|
//
|
||||||
DcdWrapper.getDdocFromCursor(HintStr);
|
DcdWrapper.getDdocFromCursor(HintStr);
|
||||||
|
|
Loading…
Reference in New Issue