Skip to content

Commit

Permalink
Fix for #6234, data-defined strikeout not written
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Aug 23, 2012
1 parent a795a5d commit 4be392a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslabelpropertydialog.cpp
Expand Up @@ -298,6 +298,7 @@ void QgsLabelPropertyDialog::on_mFontPushButton_clicked()
insertChangedValue( QgsPalLayerSettings::Bold, mLabelFont.bold() );
insertChangedValue( QgsPalLayerSettings::Italic, mLabelFont.italic() );
insertChangedValue( QgsPalLayerSettings::Underline, mLabelFont.underline() );
insertChangedValue( QgsPalLayerSettings::Strikeout, mLabelFont.strikeOut() );
}
}

Expand Down

0 comments on commit 4be392a

Please sign in to comment.