Skip to content

Commit

Permalink
[composer] Update label items immediately after changing color
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2014
1 parent bcc3011 commit 067c4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/composer/qgscomposerlabelwidget.cpp 100644 → 100755
Expand Up @@ -124,6 +124,7 @@ void QgsComposerLabelWidget::on_mFontColorButton_colorChanged( const QColor &new

mComposerLabel->beginCommand( tr( "Label color changed" ) );
mComposerLabel->setFontColor( newLabelColor );
mComposerLabel->update();
mComposerLabel->endCommand();
}

Expand Down

0 comments on commit 067c4dc

Please sign in to comment.