We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0782c12 + 00a871a commit 990ddf7Copy full SHA for 990ddf7
src/gui/editorwidgets/qgsrelationwidgetwrapper.cpp
@@ -48,7 +48,7 @@ void QgsRelationWidgetWrapper::setVisible( bool visible )
48
49
void QgsRelationWidgetWrapper::aboutToSave()
50
{
51
- if ( !mRelation.isValid() )
+ if ( !mRelation.isValid() || !widget() || !widget()->isVisible() )
52
return;
53
54
// Calling isModified() will emit a beforeModifiedCheck()
0 commit comments