Skip to content

Commit 2a40abc

Browse files
authored
Fix: Fixed crash that would occur when previewing PDFs in RTL environments (#12293)
1 parent 05a2a67 commit 2a40abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/UserControls/FilePreviews/PDFPreview.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<FlipView
3838
x:Name="PageList"
3939
Background="Transparent"
40+
FlowDirection="LeftToRight"
4041
ItemTemplate="{StaticResource PageTemplate}"
4142
ItemsSource="{x:Bind ViewModel.Pages, Mode=OneWay}" />
4243
<PipsPager

0 commit comments

Comments
 (0)