vcl/source/treelist/svimpbox.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0573c5d067d866fc00178942d1db397da499670b
Author: Caolán McNamara <[email protected]>
AuthorDate: Sun Mar 12 21:19:15 2023 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Mar 15 19:49:39 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/+/148757
Reviewed-by: Michael Stahl <[email protected]>
Tested-by: Jenkins
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();
}