mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:19:19 +02:00
IdeIntf: Fix coordinates for TTIPropertyGrid.OnPropertyHint. Issue #34689, patch from Zhengji.
git-svn-id: trunk@60708 -
This commit is contained in:
parent
209dc36684
commit
fcdd4db4dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user