mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 21:29:54 +02:00
LCL: dbgs(TRect) using l t r b
git-svn-id: trunk@26749 -
This commit is contained in:
parent
f151a8c563
commit
1eca5fd45a
@ -2352,8 +2352,8 @@ end;
|
||||
|
||||
function DbgS(const r: TRect): string;
|
||||
begin
|
||||
Result:='x1='+IntToStr(r.Left)+',y1='+IntToStr(r.Top)
|
||||
+',x2='+IntToStr(r.Right)+',y2='+IntToStr(r.Bottom);
|
||||
Result:='l='+IntToStr(r.Left)+',t='+IntToStr(r.Top)
|
||||
+',r='+IntToStr(r.Right)+',b='+IntToStr(r.Bottom);
|
||||
end;
|
||||
|
||||
function DbgS(const p: TPoint): string;
|
||||
|
Loading…
Reference in New Issue
Block a user