IdeIntf: Fix coordinates for TTIPropertyGrid.OnPropertyHint. Issue #34689, patch from Zhengji.

git-svn-id: trunk@60708 -
This commit is contained in:
juha 2019-03-17 09:16:48 +00:00
parent 209dc36684
commit fcdd4db4dc

View File

@ -3579,7 +3579,7 @@ begin
// Get hint
OkToShow := True;
HintType := GetHintTypeAt(Index, Position.X);
HintType := GetHintTypeAt(Index, ClientPosition.X);
if (HintType = pehName) and Assigned(OnPropertyHint) then
OkToShow := OnPropertyHint(Self, PointedRow, AHint)
else