diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-08-21 19:21:34 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-08-22 11:26:45 +0200 |
commit | 027f8328eef1e149b6c99b478ed5df870291dc2d (patch) | |
tree | 543289b29e2c0e590fbb0d9586bf144b9c993705 /wizards/source | |
parent | 77dab2ac3a4dfdc6f51fdfc31078fb828e8164fa (diff) |
tdf#137523 sw: layout: fix text below tables in footer
In the footer, the text frames below a table have a very small height
and are effectively invisible.
This is because the JoinLock in SwLayAction::FormatLayoutTab() causes
SwTabFrame::MakeAll() to return early, which is called for every cell
frame in the table, and which would move the table up the page in
MakePos(), by calling SwHeadFootFrame::Format().
(regression from commit cc5916cd314a27b0cc99560ab887480026630a95)
Change-Id: I4add9fdd73ad3756000969af20ebf758025a0ada
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155902
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'wizards/source')
0 files changed, 0 insertions, 0 deletions