浏览代码

Fix Previous button not being fired continously when pointer held down

Ruben 3 月之前
父节点
当前提交
46840b244a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/PicView.Avalonia/Views/BottomBar.axaml

+ 0 - 1
src/PicView.Avalonia/Views/BottomBar.axaml

@@ -273,7 +273,6 @@
                     IconWidth="17"
                     IsEnabled="{CompiledBinding PicViewer.FileInfo.Value,
                                                 Converter={x:Static ObjectConverters.IsNotNull}}"
-                    IsRepeatEnabled="False"
                     IsTabStop="False"
                     Width="90"
                     x:Name="PreviousButton" />