TabDecorator: Move tracing output into tracing statement...
This commit is contained in:
@@ -113,8 +113,9 @@ TabDecorator::~TabDecorator()
|
|||||||
void
|
void
|
||||||
TabDecorator::Draw(BRect updateRect)
|
TabDecorator::Draw(BRect updateRect)
|
||||||
{
|
{
|
||||||
STRACE(("TabDecorator::Draw(BRect updateRect): "));
|
STRACE(("TabDecorator::Draw(BRect "
|
||||||
updateRect.PrintToStream();
|
"updateRect(l:%.1f, t:%.1f, r:%.1f, b:%.1f))\n",
|
||||||
|
updateRect.left, updateRect.top, updateRect.right, updateRect.bottom));
|
||||||
|
|
||||||
fDrawingEngine->SetDrawState(&fDrawState);
|
fDrawingEngine->SetDrawState(&fDrawState);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user