File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12613,7 +12613,7 @@ function TVTHeader.HandleMessage(var Message: TMessage): Boolean;
12613
12613
12614
12614
//--------------- local function --------------------------------------------
12615
12615
12616
- function HSPlitterHit : Boolean;
12616
+ function HSplitterHit : Boolean;
12617
12617
12618
12618
var
12619
12619
NextCol: TColumnIndex;
@@ -12941,8 +12941,8 @@ function TVTHeader.HandleMessage(var Message: TMessage): Boolean;
12941
12941
if hoShowHint in FOptions then
12942
12942
begin
12943
12943
// client coordinates!
12944
- XCursor := P.x ;
12945
- YCursor := P.y + Integer(FHeight);
12944
+ XCursor := P.X ;
12945
+ YCursor := P.Y + Integer(FHeight);
12946
12946
Application.HintMouseMessage(Treeview, Message);
12947
12947
end;
12948
12948
end;
You can’t perform that action at this time.
0 commit comments