sw/source/uibase/utlui/content.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 6be03ac71e0d4927612b4a57ead3d0b245c29c77 Author: Jim Raykowski <[email protected]> AuthorDate: Sat Nov 6 23:46:16 2021 -0800 Commit: Jim Raykowski <[email protected]> CommitDate: Sun Nov 7 20:28:16 2021 +0100 SwNavigator: Don't update content tracking after toggling root mode UpdateTracking after toggling root mode was put in commit b43ab86df783c7816deb5810d89d52e2c3a93b5a by mistake. This patch removes it. Change-Id: I25958c90621ac8c34f85933328e4e4bef83100f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124805 Tested-by: Jenkins Reviewed-by: Jim Raykowski <[email protected]> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 56025c46f5f5..313c123bd932 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -2769,7 +2769,6 @@ void SwContentTree::ToggleToRoot() m_pConfig->SetRootType( m_nRootType ); weld::Toolbar* pBox = GetParentWindow()->m_xContent5ToolBox.get(); pBox->set_item_active("root", m_bIsRoot); - UpdateTracking(); } bool SwContentTree::HasContentChanged()
