Skip to content

Commit

Permalink
Outcomment debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 29, 2012
1 parent dbd573b commit bddb759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/composer/qgscomposerlabel.cpp
Expand Up @@ -55,8 +55,8 @@ void QgsComposerLabel::paint( QPainter* painter, const QStyleOptionGraphicsItem*
painter->translate( -mTextBoxWidth / 2.0, -mTextBoxHeight / 2.0 );

//debug
painter->setPen( QColor( Qt::red ) );
painter->drawRect( painterRect );
//painter->setPen( QColor( Qt::red ) );
//painter->drawRect( painterRect );
drawText( painter, painterRect, displayText(), mFont, mHAlignment, mVAlignment );


Expand Down

0 comments on commit bddb759

Please sign in to comment.