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

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

上级 7fac90c5
......@@ -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.
先完成此消息的编辑!
想要评论请 注册