mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:39:17 +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
|
// Get hint
|
||||||
OkToShow := True;
|
OkToShow := True;
|
||||||
HintType := GetHintTypeAt(Index, Position.X);
|
HintType := GetHintTypeAt(Index, ClientPosition.X);
|
||||||
if (HintType = pehName) and Assigned(OnPropertyHint) then
|
if (HintType = pehName) and Assigned(OnPropertyHint) then
|
||||||
OkToShow := OnPropertyHint(Self, PointedRow, AHint)
|
OkToShow := OnPropertyHint(Self, PointedRow, AHint)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user