sw/source/core/layout/paintfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 33e0296468630d4ec34e6c90ea3bf204a1285db6 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Tue Mar 12 11:18:08 2024 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Tue Mar 12 13:29:30 2024 +0100 Draw indicators for header/footer when cursor is inside one for real, typo the last time :-( Change-Id: Iab781851d1e852511e64737b678463620e5d6786 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164684 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 24e8a2879b01..88175ddc250a 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -7160,7 +7160,7 @@ static std::vector<basegfx::B2DPolygon> lcl_CreatePageAreaDelimiterPolygons(cons std::vector<basegfx::B2DPolygon> aPolygons; // Hide text boundaries by default - cool#3491 - if (!bHeaderFooter && !comphelper::LibreOfficeKit::isActive()) + if (!bHeaderFooter && comphelper::LibreOfficeKit::isActive()) return aPolygons; double nLineLength = 200.0; // in Twips