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

Buovjaga <todven...@suomi24.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |armin.le.gr...@me.com
           Keywords|bibisectRequest             |bibisected

--- Comment #8 from Buovjaga <todven...@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.fran...@gmail.com>
Date:   Thu May 28 20:31:43 2015 +0800

    source-hash-9ee0cf63a1dafebb673fbee9ccfc82a56fd050d4

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

Reply via email to