PrintToStream output now matches R5
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14074 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -214,7 +214,7 @@ BRect::OffsetToCopy(float dx, float dy)
|
|||||||
void
|
void
|
||||||
BRect::PrintToStream() const
|
BRect::PrintToStream() const
|
||||||
{
|
{
|
||||||
printf("BRect(%.1f, %.1f, %.1f, %.1f)\n", left, top, right, bottom);
|
printf("BRect(l:%.1f, t:%.1f, r:%.1f, b:%.1f)\n", left, top, right, bottom);
|
||||||
}
|
}
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
bool
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user