Spreadsheet: fix cell span synchronization with SheetTableView
Also, allow merge cell with overlaps, by auto split overlapped cells first
This commit is contained in:
@@ -810,9 +810,6 @@ void Sheet::recomputeCell(CellAddress p)
|
||||
if(e.isDerivedFrom(Base::AbortException::getClassTypeId()))
|
||||
throw;
|
||||
}
|
||||
|
||||
if (!cell || cell->spansChanged())
|
||||
cellSpanChanged(p);
|
||||
}
|
||||
|
||||
PropertySheet::BindingType
|
||||
|
||||
Reference in New Issue
Block a user