From 4d4f46e7e4c2514ad5164fab62908fe64d1c2cd0 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sun, 24 Mar 2024 16:54:37 +0700 Subject: [PATCH] fix typo Co-authored-by: Matthias Kuhn --- src/core/featuremodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/featuremodel.cpp b/src/core/featuremodel.cpp index 1170e36472..04e1377a3e 100644 --- a/src/core/featuremodel.cpp +++ b/src/core/featuremodel.cpp @@ -805,7 +805,7 @@ bool FeatureModel::create() revisitRelation.first.referencingLayer()->commitChanges(); } - // We need to update default values after creation to insure expression relying on relation children computer properly + // We need to update default values after creation to insure expression relying on relation children compute properly updateDefaultValues(); save(); }