Skip to content

Commit

Permalink
Also store the field comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and github-actions[bot] committed Feb 1, 2021
1 parent a0164e7 commit 72f16ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/vector/qgsattributesformproperties.cpp
Expand Up @@ -289,6 +289,7 @@ void QgsAttributesFormProperties::storeAttributeTypeDialog()

FieldConfig cfg;

cfg.mComment = mLayer->fields().at( mAttributeTypeDialog->fieldIdx() ).comment();
cfg.mEditable = mAttributeTypeDialog->fieldEditable();
cfg.mLabelOnTop = mAttributeTypeDialog->labelOnTop();
cfg.mAlias = mAttributeTypeDialog->alias();
Expand Down

0 comments on commit 72f16ff

Please sign in to comment.