mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 23:16:16 +02:00
ideintf: more reliable hint showing in object inspector
git-svn-id: trunk@22186 -
This commit is contained in:
parent
09711e4042
commit
577d7e61d0
@ -2027,8 +2027,7 @@ begin
|
||||
begin
|
||||
// Mouse is over property name...
|
||||
fHint := fPropRow.Name;
|
||||
if ((Canvas.TextWidth(fHint) + BorderWidth + GetTreeIconX(Index) + Indent) >= SplitterX) and
|
||||
InitHints then
|
||||
if InitHints and ((Canvas.TextWidth(fHint) + BorderWidth + GetTreeIconX(Index) + Indent) >= SplitterX) then
|
||||
begin
|
||||
fHintRect := FHintWindow.CalcHintRect(0,fHint,nil);
|
||||
fPoint := ClientToScreen(
|
||||
|
Loading…
Reference in New Issue
Block a user