Skip to content

Commit 13305cc

Browse files
authored
Fix: Fixed DataGrid resize cursor (#11688)
1 parent e848b07 commit 13305cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ private void GridSplitter_DoubleTapped(object sender, DoubleTappedRoutedEventArg
570570
{
571571
var columnToResize = Grid.GetColumn(sender as CommunityToolkit.WinUI.UI.Controls.GridSplitter) / 2 + 1;
572572
ResizeColumnToFit(columnToResize);
573+
574+
this.ChangeCursor(arrowCursor);
573575
e.Handled = true;
574576
}
575577

0 commit comments

Comments
 (0)