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

#5365 Data editor: multi cell update fix (do not refresh view for every value)


Former-commit-id: cd85ccd9
上级 a88acb1d
......@@ -1961,8 +1961,10 @@ public class SpreadsheetPresentation extends AbstractPresentation implements IRe
}
setBinding(attr);
setCurRow(row);
updateValue(value, true);
updateValue(value, false);
}
spreadsheet.redrawGrid();
controller.updatePanelsContent(true);
} finally {
setBinding(origAttr);
setCurRow(origRow);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册