MG: fixed client origin coordinates

git-svn-id: trunk@1234 -
This commit is contained in:
lazarus 2002-02-09 01:48:09 +00:00
parent 33f2ddca8e
commit 24711d2c5d

View File

@ -825,8 +825,9 @@ begin
and (CaptureControl.Parent = Self)
then Control := CaptureControl;
end
else Control := ControlAtPos(SmallPointtoPoint(TheMessage.Pos),
False,True,False);
else
Control := ControlAtPos(SmallPointToPoint(TheMessage.Pos),
False,True,False);
Result := False;
if Control <> nil then
@ -2459,6 +2460,9 @@ end;
{ =============================================================================
$Log$
Revision 1.93 2002/10/09 10:22:54 lazarus
MG: fixed client origin coordinates
Revision 1.92 2002/10/08 22:32:27 lazarus
MG: fixed cool little bug (menu double attaching bug)