Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/gui/qgsattributeform.cpp
|
@@ -642,7 +642,7 @@ void QgsAttributeForm::onAttributeChanged( const QVariant &value ) |
|
|
|
|
|
const QVariant oldValue = mFeature.attribute( eww->fieldIdx() ); |
|
|
|
|
|
// Safetey check, if we receive the same value again, no reason to do anything |
|
|
// Safety check, if we receive the same value again, no reason to do anything |
|
|
if ( oldValue == value && oldValue.isNull() == value.isNull() ) |
|
|
return; |
|
|
|
|
|
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.