mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 23:17:49 +01:00
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:
parent
d506aca142
commit
60403bcd03
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user