THintWindow: Draw hint windows in editor and elsewhere closer to cursor. Y-offset 30 -> 15.

git-svn-id: trunk@46302 -
This commit is contained in:
juha 2014-09-23 19:48:47 +00:00
parent d506aca142
commit 60403bcd03

View File

@ -867,7 +867,7 @@ type
AData: pointer); virtual;
function CalcHintRect(MaxWidth: Integer; const AHint: String;
AData: pointer): TRect; virtual;
function OffsetHintRect(NewPos: TPoint; dy: Integer = 30): Boolean;
function OffsetHintRect(NewPos: TPoint; dy: Integer = 15): Boolean;
procedure InitializeWnd; override;
procedure ReleaseHandle;
procedure Paint; override;