Skip to content

Commit 8f09144

Browse files
committed
Fix cursor
1 parent a04e988 commit 8f09144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/MainPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ private void RootGrid_PreviewKeyDown(object sender, KeyRoutedEventArgs e)
488488

489489
private void PaneSplitter_ManipulationStarted(object sender, ManipulationStartedRoutedEventArgs e)
490490
{
491-
this.ChangeCursor(InputSystemCursor.Create(PaneSplitter.Cursor == InputSystemCursorShape.SizeWestEast ?
491+
this.ChangeCursor(InputSystemCursor.Create(InfoPane.Position == PreviewPanePositions.Right ?
492492
InputSystemCursorShape.SizeWestEast : InputSystemCursorShape.SizeNorthSouth));
493493
}
494494
}

0 commit comments

Comments
 (0)