sw/source/uibase/utlui/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b897a788df8a5765a372ef15f104ff5eee2d4b51 Author: Jim Raykowski <rayk...@gmail.com> AuthorDate: Mon Oct 21 21:21:04 2019 -0800 Commit: Xisco Faulí <xiscofa...@libreoffice.org> CommitDate: Wed Oct 23 12:17:00 2019 +0200 tdf#126942 Fix flickering headings in navigator Change-Id: Ib77154c13bd26f0bd5b700a69a86abd8a382052d Reviewed-on: https://gerrit.libreoffice.org/81296 Tested-by: Jenkins Reviewed-by: Jim Raykowski <rayk...@gmail.com> (cherry picked from commit 673e328b0d9c8e0080cbb72cc435f0f1010652d2) Reviewed-on: https://gerrit.libreoffice.org/81315 Reviewed-by: Xisco Faulí <xiscofa...@libreoffice.org> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 1549f6e60ff1..7590e77180ad 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -2129,9 +2129,9 @@ bool SwContentTree::HasContentChanged() else if (IsSelected(pFirstEntry)) { SvTreeListBox::SelectListEntry(pFirstEntry, false); + bInvalidate = true; } } - bInvalidate = true; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits