sw/source/uibase/utlui/content.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 9dc95c013fae033d7f43e15deb4bb85a52c25396 Author: Jim Raykowski <rayk...@gmail.com> AuthorDate: Fri Nov 27 22:26:57 2020 -0900 Commit: Jim Raykowski <rayk...@gmail.com> CommitDate: Sun Nov 29 01:33:06 2020 +0100 Writer Navigator: track form controls Track in Navigator Drawing Objects selected form control in document when in design mode. Change-Id: I814664be597fe0fbff30fba7f58994af19e38bbe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106800 Tested-by: Jenkins Reviewed-by: Jim Raykowski <rayk...@gmail.com> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index df5e5270fc63..9dd4e661370c 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -3183,7 +3183,8 @@ void SwContentTree::UpdateTracking() // drawing if ((m_pActiveShell->GetSelectionType() & (SelectionType::DrawObject | - SelectionType::DrawObjectEditMode)) && + SelectionType::DrawObjectEditMode | + SelectionType::DbForm)) && !(m_bIsRoot && m_nRootType != ContentTypeId::DRAWOBJECT)) { SdrView* pSdrView = m_pActiveShell->GetDrawView(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits