[Libreoffice-bugs] [Bug 117308] EDITING Comment box is not resized after Font size change after Save and Open

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 10 19:46:11 UTC 2018


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

Buovjaga <todventtu at suomi24.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Armin.Le.Grand at me.com
           Keywords|bibisectRequest             |bibisected

--- Comment #8 from Buovjaga <todventtu at suomi24.fi> ---
Bibisected with 43max. The blamed commit is sort of suspicious, if the resizing
is indeed used by Calc comments as well.

commit 47e19757622969e3de29d64f027bde82741159fa
Author: Matthew Francis <mjay.francis at gmail.com>
Date:   Thu May 28 20:31:43 2015 +0800

    source-hash-9ee0cf63a1dafebb673fbee9ccfc82a56fd050d4

    commit 9ee0cf63a1dafebb673fbee9ccfc82a56fd050d4
    Author:     Armin Le Grand <alg at apache.org>
    AuthorDate: Thu Sep 19 11:34:41 2013 +0000
    Commit:     David Tardon <dtardon at redhat.com>
    CommitDate: Tue Mar 25 09:29:56 2014 +0100

        i115391 corected from isLocked to IsPasteResize which was used in
modifiers for CustomShape and TextShape

Adding Cc: to Armin Le Grand
Apologies, if this turns out to be wrong blame.

The current form of the code snippet is

void SdrTextObj::AdaptTextMinSize()
{
    if (!bTextFrame)
        // Only do this for text frame.
        return;

    if (getSdrModelFromSdrObject().IsPasteResize())
        // Don't do this during paste resize.
        return;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180710/b5bdad69/attachment.html>


More information about the Libreoffice-bugs mailing list