vcl/source/treelist/svimpbox.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 246596fb206fd05d8420834730ff87051a155ab3
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Mar 12 21:19:15 2023 +0000
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Tue Mar 14 10:13:11 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/+/148758
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx
index 5d3202f266c3..e75a13945ae6 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();
 }
 

Reply via email to