sw/source/uibase/utlui/content.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 0fab443fc5016d3088e485210a13f121a1ec1ee9 Author: Jim Raykowski <[email protected]> Date: Thu Apr 19 00:53:38 2018 -0800 tdf#117024 Make Navigator Drawing objects scroll Change-Id: I6ef690306e1988a4de1d9407fe9ae9f2ea1736b1 Reviewed-on: https://gerrit.libreoffice.org/53142 Tested-by: Jenkins <[email protected]> Reviewed-by: Thorsten Behrens <[email protected]> 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; } } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
