提交 bb85dbe5 编写于 作者: S serge-rider

RSV: value editor dialog fix (update last value, not selection)

上级 2f366c4f
......@@ -303,7 +303,7 @@ public abstract class ValueViewDialog extends Dialog implements IValueEditorStan
opened = true;
int result = super.open();
if (result == IDialogConstants.OK_ID) {
getValueController().updateSelectionValue(editedValue);
getValueController().updateValue(editedValue, true);
}
return result;
} finally {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册