Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix setting of forceSuppress
  • Loading branch information
signedav committed Aug 10, 2020
1 parent 4acc35e commit ba911ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrelationeditorwidget.cpp
Expand Up @@ -987,7 +987,7 @@ QgsAttributeEditorRelation::Buttons QgsRelationEditorWidget::visibleButtons() co

void QgsRelationEditorWidget::setForceSuppressFormPopup( bool forceSuppressFormPopup )
{
mForceSuppressFormPopup = mForceSuppressFormPopup;
mForceSuppressFormPopup = forceSuppressFormPopup;
}

bool QgsRelationEditorWidget::forceSuppressFormPopup() const
Expand Down

0 comments on commit ba911ca

Please sign in to comment.