Skip to content

Spreadsheet insert/remove Rows execute commands as child

Martin Marmsoler requested to merge work/SetRowCountBug into master

Description

execute following undocommands as childs of the previous generated undocommand and not it's parent. In this case the rowCount of the Spreadsheet will be correctly determined, because all columns are already resized when emitRowCountChanged() of the spreadsheet is called. As side effect

Conformity

When external dependencies are removed

  • Reporting to ...
Edited by Martin Marmsoler

Merge request reports