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

Reference value viewer fix (NPE)


Former-commit-id: 06779e96
上级 3a77baef
......@@ -469,7 +469,9 @@ public class ReferenceValueEditor {
public void completeLoading(EnumValuesData result) {
super.completeLoading(result);
super.visualizeLoading();
updateDictionarySelector(result);
if (result != null) {
updateDictionarySelector(result);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册