mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 11:06:05 +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;
|
FHintWindow.Color := HintInfo.HintColor;
|
||||||
//DebugLn(['TApplication.ShowHintWindow FHintWindow.Color=',dbgs(FHintWindow.Color),' HintInfo.HintColor=',dbgs(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;
|
FHintRect := HintInfo.CursorRect;
|
||||||
// start hide timer
|
// start hide timer
|
||||||
if HintInfo.ReshowTimeout>0 then
|
if HintInfo.ReshowTimeout>0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user