sfx2/source/control/thumbnailview.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5e845e5230ed6982bfef761e86d552f1c96b67ad Author: Roman Kuznetsov <antilibreoff...@gmail.com> AuthorDate: Sat Apr 25 11:51:33 2020 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Apr 27 00:56:19 2020 +0200 tdf#91818 disable scrollbar in Start Center when it isn't needed Change-Id: Ib3b7be6dd93a7f1c75f01ffe53ff7f7c19b14342 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92773 Tested-by: Mike Kaganski <mike.kagan...@collabora.com> Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> Reviewed-by: Roman Kuznetsov <antilibreoff...@gmail.com> (cherry picked from commit 10dba26804cc0c14f74069c26112e75dacf3865b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92774 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx index 6f4ca606ea1b..846b0e8d95d6 100644 --- a/sfx2/source/control/thumbnailview.cxx +++ b/sfx2/source/control/thumbnailview.cxx @@ -406,6 +406,7 @@ void ThumbnailView::CalculateItemPositions (bool bScrollBarUsed) nPageSize = 1; mpScrBar->SetPageSize( nPageSize ); mpScrBar->Show( mbScroll ); + mpScrBar->Enable( mbScroll ); } // delete ScrollBar _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits