mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 05:58:15 +02:00
LCL/Grids: Fix TCustomGrid.ShowCellHintWindow to use screen coordinates for the hint window. Issue #40867, patch by Iluha Companets.
This commit is contained in:
parent
1f7accb9e2
commit
e9425e930f
@ -4186,7 +4186,7 @@ begin
|
||||
Hint := txt;
|
||||
//set Application.Hint as well (issue #0026957)
|
||||
Application.Hint := GetLongHint(AppHint);
|
||||
Application.ActivateHint(APoint, true);
|
||||
Application.ActivateHint(ClientToScreen(APoint), true);
|
||||
end else
|
||||
HideCellHintWindow;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user