sd/source/ui/dlg/navigatr.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9f0103b3a1ca6dcffcf064736b57d4bf7bbd887b
Author: Jim Raykowski <[email protected]>
AuthorDate: Thu Oct 27 22:02:08 2022 -0800
Commit: Jim Raykowski <[email protected]>
CommitDate: Sun Oct 30 07:32:46 2022 +0100
SdNavigator: Update selections on shape filter callback
Entry selections in the tree are cleared when the shape filter is
changed. This patch updates the tree selections when this happens.
Change-Id: I9b365e6898b1d5c7f45870541ccb479ac33477b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141951
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <[email protected]>
diff --git a/sd/source/ui/dlg/navigatr.cxx b/sd/source/ui/dlg/navigatr.cxx
index 7724643b1e8a..6aca8fd0f2fb 100644
--- a/sd/source/ui/dlg/navigatr.cxx
+++ b/sd/source/ui/dlg/navigatr.cxx
@@ -434,6 +434,7 @@ IMPL_LINK( SdNavigatorWin, ShapeFilterCallback, const
OString&, rIdent, void )
{
pFrameView->SetIsNavigatorShowingAllShapes(bShowAllShapes);
}
+ lcl_select_marked_object(pViewShell, mxTlbObjects.get());
}
}
}