Skip to content

Commit e623a9a

Browse files
authored
Fix: Fixed issue that prevented using dual pane in the Column layout (#12994)
1 parent 560c4ca commit e623a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/Views/Shells/ColumnShellPage.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ protected override void Page_Loaded(object sender, RoutedEventArgs e)
8080
FilesystemViewModel.OnSelectionRequestedEvent += FilesystemViewModel_OnSelectionRequestedEvent;
8181
FilesystemViewModel.GitDirectoryUpdated += FilesystemViewModel_GitDirectoryUpdated;
8282

83+
PaneHolder = this.FindAscendant<ColumnViewBrowser>()?.ParentShellPageInstance?.PaneHolder;
84+
8385
base.Page_Loaded(sender, e);
8486

8587
NotifyPropertyChanged(nameof(FilesystemViewModel));

0 commit comments

Comments
 (0)