mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 15:37:51 +02:00
LCL: allow to properly pass HintData to hint window, patch by Artem Izmaylov, issue #41194
This commit is contained in:
parent
962016f5b6
commit
32947827e5
@ -906,7 +906,7 @@ begin
|
||||
FHintWindow.Color := HintInfo.HintColor;
|
||||
//DebugLn(['TApplication.ShowHintWindow FHintWindow.Color=',dbgs(FHintWindow.Color),' HintInfo.HintColor=',dbgs(HintInfo.HintColor)]);
|
||||
|
||||
FHintWindow.ActivateHint(HintWinRect, HintInfo.HintStr);
|
||||
FHintWindow.ActivateHintData(HintWinRect, HintInfo.HintStr, HintInfo.HintData);
|
||||
FHintRect := HintInfo.CursorRect;
|
||||
// start hide timer
|
||||
if HintInfo.ReshowTimeout>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user