mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix for #6234, data-defined strikeout not written
This commit is contained in:
parent
a795a5d334
commit
4be392a8bc
@ -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() );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user