From 380763d67f2988b549508fcf9db2599db6f0c5c1 Mon Sep 17 00:00:00 2001 From: Vincent Aravantinos <aravantinos@fortiss.org> Date: Wed, 11 Jun 2014 10:30:53 +0000 Subject: [PATCH] fix refs 1960 --- .../org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java index 83cbe8365..5d57fea79 100644 --- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java +++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/util/DataBindingUtils.java @@ -37,7 +37,7 @@ import org.eclipse.swt.widgets.Control; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating YELLOW Hash: DA9F50BF3938F15C160CA4D0F792D6D0 + * @ConQAT.Rating YELLOW Hash: 2BA7244F7266CC8C22B3C5DE03182F82 */ public final class DataBindingUtils { @@ -202,7 +202,7 @@ public final class DataBindingUtils { // add the "normal" binding to actually update the model bindings[0] = - dbc.bindValue(SWTObservables.observeText(control, SWT.Modify), cellValue, + dbc.bindValue(SWTObservables.observeText(control, SWT.FocusOut), cellValue, cellToModelStrategyWithUpdate, modelToCellStrategy); // here it is important to only use POLICY_CONVERT, to not write through -- GitLab