TabDecorator: Move tracing output into tracing statement...

This commit is contained in:
Stephan Aßmus
2014-02-26 11:51:38 +01:00
parent 91233f88a3
commit d2919781c3
+3 -2
View File
@@ -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);