Skip to content
Snippets Groups Projects
Commit 380763d6 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

fix

refs 1960
parent 4a71385b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment