Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
redlegoreng authored and mhugent committed Jan 22, 2013
1 parent bce952c commit 3d275e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposerscalebarwidget.cpp
Expand Up @@ -339,7 +339,7 @@ void QgsComposerScaleBarWidget::on_mStrokeColorPushButton_clicked()
mComposerScaleBar->beginCommand( tr( "Scalebar color changed" ) );
disconnectUpdateSignal();
QPen newPen( newColor );
mComposerScaleBar->setPen( newBrush );
mComposerScaleBar->setPen( newPen );
mComposerScaleBar->update();
connectUpdateSignal();
mComposerScaleBar->endCommand();
Expand Down

0 comments on commit 3d275e3

Please sign in to comment.