LCL, grids: Fix long hints, patch from wp, issue #28816

git-svn-id: trunk@52705 -
This commit is contained in:
jesus 2016-07-17 19:20:30 +00:00
parent 687d82e68e
commit 0a5992a38f

View File

@ -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;