Skip to content

Commit

Permalink
default value of forceSuppressFormPopup is false
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Aug 13, 2020
1 parent f0a390d commit 259f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vector/qgsattributesformproperties.h
Expand Up @@ -69,7 +69,7 @@ class GUI_EXPORT QgsAttributesFormProperties : public QWidget, public QgsExpress
{
QgsAttributeEditorRelation::Buttons buttons = QgsAttributeEditorRelation::Button::AllButtons;
QVariant nmRelationId;
bool forceSuppressFormPopup;
bool forceSuppressFormPopup = false;
};

struct QmlElementEditorConfiguration
Expand Down

0 comments on commit 259f9e8

Please sign in to comment.