vcl/source/treelist/svimpbox.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2071538904ed37397767ebd4a9dc82827f75f374
Author: Caolán McNamara <[email protected]>
AuthorDate: Sun Mar 12 21:19:15 2023 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Mon Mar 13 10:20:38 2023 +0000
tdf#132847 emit NotifyScrolled on use of end/home to scroll to end/start
Change-Id: I8d4366b6ad667f28ff35f18fef13f2e0f3e9b194
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148741
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx
index beb5435920ec..32f3d234166f 100644
--- a/vcl/source/treelist/svimpbox.cxx
+++ b/vcl/source/treelist/svimpbox.cxx
@@ -946,6 +946,7 @@ void SvImpLBox::MakeVisible( SvTreeListEntry* pEntry, bool
bMoveToTop )
FillView();
m_aVerSBar->SetThumbPos( static_cast<tools::Long>(m_pView->GetVisiblePos(
m_pStartEntry )) );
ShowCursor( true );
+ m_pView->NotifyScrolled();
m_pView->Invalidate();
}