[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sfx2/source
Roman Kuznetsov (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 26 22:56:50 UTC 2020
sfx2/source/control/thumbnailview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5e845e5230ed6982bfef761e86d552f1c96b67ad
Author: Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Sat Apr 25 11:51:33 2020 +0100
Commit: Adolfo Jayme Barrientos <fitojb at 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.kaganski at collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
Reviewed-by: Roman Kuznetsov <antilibreoffice at gmail.com>
(cherry picked from commit 10dba26804cc0c14f74069c26112e75dacf3865b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92774
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at 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
More information about the Libreoffice-commits
mailing list