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

Mohammed Abdul Azeem <azeemmys...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caol...@redhat.com

--- Comment #4 from Mohammed Abdul Azeem <azeemmys...@gmail.com> ---
Actually, this bug is caused by
https://cgit.freedesktop.org/libreoffice/core/commit/?id=74844277cc2194c9e43f5bd7a6f78a9603da32f3
author  Caolán McNamara <caol...@redhat.com>    2016-09-13 14:26:41 (GMT)

Specifically, by this modification:
-        changeState( embed::EmbedStates::RUNNING );
+        awt::Size aOrigSize = getVisualAreaSize(nAspect);
+        changeState(embed::EmbedStates::RUNNING);
+        if (aOrigSize != getVisualAreaSize(nAspect))
+            setVisualAreaSize(nAspect, aOrigSize);

We had some reference issues created by my earlier commit
https://cgit.freedesktop.org/libreoffice/core/commit/?id=4ccd991f6a6ca680ac2b7513ab3853e1ba9c71a3
which was somehow masking this bug and it resurfaced when we fixed that in the
commit mentioned in an above comment.

I'm adding Cc to Caolán McNamara, please do take a look.

-- 
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