提交 8a52854c 编写于 作者: S Serge Rider

SWT bug fix

上级 cbf65f60
......@@ -253,7 +253,9 @@ public class ReferenceValueEditor {
});
}
UIUtils.asyncExec(() -> {
UIUtils.packColumns(editorSelector, true);
if (!editorSelector.isDisposed()) {
UIUtils.packColumns(editorSelector, true);
}
});
final Object curValue = valueController.getValue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册