https://bugs.documentfoundation.org/show_bug.cgi?id=83568
--- Comment #30 from Julien Nabet <[email protected]> --- (In reply to Eike Rathke from comment #29) > Coming across again, I think this isn't relevant anymore, as commit > b0f55a04f081ff7f566c3ba5b6d6d6be3675e0f7 changed that for tdf#123026 > ... > If someone would like to verify please.. On pc Debian x86-64 with master sources updated today + gtk3 rendering, I still reproduce this. With this: diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index c4ac17ffe358..f38fe2ab1ccf 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -860,8 +860,10 @@ static sal_uInt16 lcl_GetAttribHeight(const ScPatternAttr& rPattern, sal_uInt16 if (nHeight > STD_ROWHEIGHT_DIFF) nHeight -= STD_ROWHEIGHT_DIFF; +/* if (nHeight < nMinHeight) nHeight = nMinHeight; +*/ return nHeight; } it's ok. Some debug show nMinHeight = 256, when I select fontsize 10, nHeight = 253. -- You are receiving this mail because: You are the assignee for the bug.
