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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Keywords|bibisectRequest             |bibisected

--- Comment #8 from Buovjaga <[email protected]> ---
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 <[email protected]>
Date:   Thu May 28 20:31:43 2015 +0800

    source-hash-9ee0cf63a1dafebb673fbee9ccfc82a56fd050d4

    commit 9ee0cf63a1dafebb673fbee9ccfc82a56fd050d4
    Author:     Armin Le Grand <[email protected]>
    AuthorDate: Thu Sep 19 11:34:41 2013 +0000
    Commit:     David Tardon <[email protected]>
    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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to