https://bugs.documentfoundation.org/show_bug.cgi?id=165873
opp <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords| |bibisected, bisected, | |regression Version|25.2.1.2 release |7.3.3.2 release --- Comment #6 from opp <[email protected]> --- Bibisected using linux-64-7-3 b28c49a7a54a7df5aa8e119202014350b3ba93b0 is the first bad commit tdf#135220 sw: fix layout after SwUndoDelete The bugdoc is 398 pages after initial load and 397 pages after Undo. Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131560 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> (cherry picked from commit d9e38d5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131590 Reviewed-by: Xisco Fauli <[email protected]> git show b28c49a7a54a7df5aa8e119202014350b3ba93b0 --- a/sw/source/core/layout/flycnt.cxx +++ b/sw/source/core/layout/flycnt.cxx @@ -426,7 +426,10 @@ void SwFlyAtContentFrame::MakeAll(vcl::RenderContext* pRenderContext) bAnchoredAtMaster, nToPageNum, bDummy, bPageHasFlysAnchoredBelowThis) ) { - bConsiderWrapInfluenceDueToMovedFwdAnchor = true; + if (!bPageHasFlysAnchoredBelowThis) + { + bConsiderWrapInfluenceDueToMovedFwdAnchor = true; + } Adding to CC: Michael Stahl -- You are receiving this mail because: You are the assignee for the bug.
