mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +02:00
lcl: pass THintInfo.HintData to the ActivateHint on TApplication.ShowHintWindow (patch by Anton Kavalenka, issue #0014549)
git-svn-id: trunk@21640 -
This commit is contained in:
parent
49fffeed25
commit
78a3277b28
@ -794,7 +794,7 @@ begin
|
||||
//DebugLn(['TApplication.ShowHintWindow FHintWindow.Color=',dbgs(FHintWindow.Color),' HintInfo.HintColor=',dbgs(HintInfo.HintColor)]);
|
||||
|
||||
//debugln('TApplication.ShowHintWindow B HintWinRect=',dbgs(HintWinRect),' HintStr="',DbgStr(HintInfo.HintStr),'"');
|
||||
FHintWindow.ActivateHint(HintWinRect,HintInfo.HintStr);
|
||||
FHintWindow.ActivateHintData(HintWinRect, HintInfo.HintStr, HintInfo.HintData);
|
||||
FHintRect := HintInfo.CursorRect;
|
||||
// start hide timer
|
||||
StartHintTimer(HintInfo.HideTimeout,ahttHideHint);
|
||||
|
Loading…
Reference in New Issue
Block a user