summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-03-12 21:19:15 +0000
committerMichael Stahl <michael.stahl@allotropia.de>2023-03-14 10:13:11 +0000
commit246596fb206fd05d8420834730ff87051a155ab3 (patch)
treeccb8beae6432d468433ccf317254406c66cb8134
parenttdf#153819 sw: fix crashing MakeFramesForAdjacentContentNode() (diff)
downloadcore-distro/lhm/libreoffice-7-4+backports.tar.gz
core-distro/lhm/libreoffice-7-4+backports.zip
tdf#132847 emit NotifyScrolled on use of end/home to scroll to end/start distro/lhm/libreoffice-7-4+backports
Change-Id: I8d4366b6ad667f28ff35f18fef13f2e0f3e9b194 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148758 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r--vcl/source/treelist/svimpbox.cxx1
1 files changed, 1 insertions, 0 deletions
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();
}