Spreadsheet: fix cell span synchronization with SheetTableView

Also, allow merge cell with overlaps, by auto split overlapped cells
first
This commit is contained in:
Zheng, Lei
2022-10-15 06:47:45 +08:00
committed by Chris Hennes
parent 9ba9599629
commit 05e0aba701
6 changed files with 60 additions and 29 deletions

View File

@@ -810,9 +810,6 @@ void Sheet::recomputeCell(CellAddress p)
if(e.isDerivedFrom(Base::AbortException::getClassTypeId()))
throw;
}
if (!cell || cell->spansChanged())
cellSpanChanged(p);
}
PropertySheet::BindingType