-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] header_size: prevent row resize caused by multiline formulas
Previously, typing a formula with multiple lines (e.g. = A1 + [NEWLINE] 2) caused the rows to resize, as the formula was displayed on two lines. To prevent this unnecessary row resize, a hard-coded value of 1 is now returned from `getDefaultCellHeight` in the case of formula syntax. Task-3221078. closes #2269 Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
- Loading branch information
1 parent
c17bb3e
commit 5032610
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters