Skip to content

Commit 067c4dc

Browse files
committedOct 6, 2014
[composer] Update label items immediately after changing color
1 parent bcc3011 commit 067c4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/composer/qgscomposerlabelwidget.cpp

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ void QgsComposerLabelWidget::on_mFontColorButton_colorChanged( const QColor &new
124124

125125
mComposerLabel->beginCommand( tr( "Label color changed" ) );
126126
mComposerLabel->setFontColor( newLabelColor );
127+
mComposerLabel->update();
127128
mComposerLabel->endCommand();
128129
}
129130

0 commit comments

Comments
 (0)
Please sign in to comment.