Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Do not assume edit widget value changes on every signal
Widgets may on initialisation send out a notification that the value changed (from invalid to something sensible). The attribute form should however only tell the rest of the world, that a value changed if the new value doesn't correspond to the one in the cached QgsFeature. Fix #17425
- Loading branch information
Showing
with
7 additions
and 12 deletions.
- +7 −10 src/gui/qgsattributeform.cpp
- +0 −2 src/gui/qgsattributeform.h