diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-04-19 00:53:38 -0800 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-04-20 23:56:42 +0200 |
commit | 0fab443fc5016d3088e485210a13f121a1ec1ee9 (patch) | |
tree | 6368caeab8a91c11a75a859d078d80537462c5a8 /sw | |
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>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 40477f01982a..a4932d34a7eb 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; } } } |