Skip to content

Commit

Permalink
[composer] Don't evaluate expression for label display name
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 19, 2014
1 parent 0cb9854 commit 6c0155a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerlabel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ QString QgsComposerLabel::displayName() const
}

//if no id, default to portion of label text
QString text = displayText();
QString text = mText;
if ( text.isEmpty() )
{
return tr( "<label>" );
Expand Down

0 comments on commit 6c0155a

Please sign in to comment.