From b0a581af33af1a8d4dbf8d45528c98a38579e0da Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:05:41 -0700 Subject: [PATCH] fixup! HierarchyView : Do not scroll when transferring selection --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 8264f462330..5a1772792a4 100644 --- a/Changes.md +++ b/Changes.md @@ -52,7 +52,7 @@ Improvements - Added red wireframe colour to the bounding box of locations excluded from the Visible Set. - HierarchyView : - Added support for inclusion and exclusion of leaf level locations to the Visible Set. - - Added F shortcut to expand ancestors and frame selected paths. + - Added F shortcut to expand ancestors and frame selected paths. This replaces the previous behaviour of automatic updates to expansion and framing in the HierarchyView on selection change. Fixes -----