Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
3 additions
and
0 deletions.
-
+3
−0
src/gui/editorwidgets/qgsrelationwidgetwrapper.cpp
|
@@ -48,6 +48,9 @@ void QgsRelationWidgetWrapper::setVisible( bool visible ) |
|
|
|
|
|
void QgsRelationWidgetWrapper::aboutToSave() |
|
|
{ |
|
|
// Calling isModified() will emit a beforeModifiedCheck() |
|
|
// signal that will make the embedded form to send any |
|
|
// outstanding widget changes to the edit buffer |
|
|
mRelation.referencingLayer()->isModified(); |
|
|
|
|
|
if ( mNmRelation.isValid() ) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.