https://bugs.documentfoundation.org/show_bug.cgi?id=124098

--- Comment #66 from Ilya <[email protected]> ---
Fixed by specifying a limit of 200 lines in the code:

if (bHasRowOptimalHeight && nCurrentRow > 200) {
  rRecalcRanges.at(nSheet).maRanges.setFalse(nFirstRow, nCurrentRow);
} else {
  rRecalcRanges.at(nSheet).maRanges.setTrue(nFirstRow, nCurrentRow);
}

Because of this, when opening files with a large number of lines, the height
changes only for the first 200 lines. 
Is it possible to set this limit in the parameters so that it can be changed
manually by users?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to