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

--- Comment #3 from Eike Rathke <[email protected]> ---
@Armin:
May it be that setLock() only suppresses reformat/redraw of the objects, but
does not prevent the unnecessary multiple broadcasts that
SdrDelayBroadcastObjectChange() did? If so, I suggest to revert commit
4804a1474ccba8df57f0a0151bd69237e82eb618.

Otherwise, it might be that
maNoteData.m_pCaption->getSdrModelFromSdrObject().setLock(false) in
ScPostIt::CreateCaptionFromInitData() clears the lock set in
ScDrawLayer::RecalcPos() if the postit was somehow called from there, so
instead of false the previous state obtained with isLocked() before setLock()
should set again, which would be good anyway..

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