Navigation Menu

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 nyalldawson committed Feb 1, 2021
1 parent 13fbcd1 commit 29a816a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/vector/qgsattributesformproperties.cpp
Expand Up @@ -293,6 +293,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 29a816a

Please sign in to comment.