| commit | 0fab443fc5016d3088e485210a13f121a1ec1ee9 | [log] |
|---|---|---|
| author | Jim Raykowski <raykowj@gmail.com> | Thu Apr 19 00:53:38 2018 -0800 |
| committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | Fri Apr 20 23:56:42 2018 +0200 |
| tree | 6368caeab8a91c11a75a859d078d80537462c5a8 | |
| parent | 79391d92df7a474651e02980f238eac4781305ce [diff] |
tdf#117024 Make Navigator Drawing objects scroll Change-Id: I6ef690306e1988a4de1d9407fe9ae9f2ea1736b1 Reviewed-on: https://gerrit.libreoffice.org/53142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 40477f0..a4932d3 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx
@@ -3473,6 +3473,9 @@ void SwContentTree::GotoContent(SwContent* pCnt) if( pPV ) { pDrawView->MarkObj( pTemp, pPV ); m_pActiveShell->EnterStdMode(); bSel = true; break; } } }