LCL/ShellCtrls: Improve TShellTreeView.UpdateView when a folder has been created in an empty folder.

This commit is contained in:
wp_xyz 2024-01-30 17:49:57 +01:00
parent 8253bd9f8f
commit eb5db964c6

View File

@ -1352,6 +1352,7 @@ begin
Path := selectedPath;
// Setting the path expands the selected node --> apply the stored state.
Selected.Expanded := selectedWasExpanded;
Selected.HasChildren := NodeHasChildren(Selected);
// Avoid selected node to scroll away.
TopItem := Items.FindNodeWithTextPath(topNodePath);
end;