https://bugs.documentfoundation.org/show_bug.cgi?id=124098
--- Comment #67 from Ilya <[email protected]> --- (In reply to Ilya from comment #66) > 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? https://bugs.documentfoundation.org/show_bug.cgi?id=165624 -- You are receiving this mail because: You are the assignee for the bug.
