mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:39:06 +02:00
LCL, grids: Fix long hints, patch from wp, issue #28816
git-svn-id: trunk@52705 -
This commit is contained in:
parent
687d82e68e
commit
0a5992a38f
@ -3880,7 +3880,7 @@ begin
|
||||
if (txt <> '') and not EditorMode and not (csDesigning in ComponentState) then begin
|
||||
Hint := txt;
|
||||
//set Application.Hint as well (issue #0026957)
|
||||
Application.Hint := AppHint;
|
||||
Application.Hint := GetLongHint(AppHint);
|
||||
Application.ActivateHint(APoint, true);
|
||||
end else
|
||||
HideCellHintWindow;
|
||||
|
Loading…
Reference in New Issue
Block a user