Browse Source

Fixed funky error caused by rider rename function

flabbet 1 year ago
parent
commit
40321c29b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PixiEditor.AvaloniaUI/Styles/Templates/Timeline.axaml

+ 1 - 1
src/PixiEditor.AvaloniaUI/Styles/Templates/Timeline.axaml

@@ -81,7 +81,7 @@
                                     DragValueChanged="{xaml:Command PixiEditor.Document.ChangeActiveFrame, UseProvided=True}"
                                     DragValueChanged="{xaml:Command PixiEditor.Document.ChangeActiveFrame, UseProvided=True}"
                                     DragEnded="{xaml:Command PixiEditor.Document.EndChangeActiveFrame}"
                                     DragEnded="{xaml:Command PixiEditor.Document.EndChangeActiveFrame}"
                                     SetValueCommand="{xaml:Command PixiEditor.Animation.ActiveFrameSet, UseProvided=True}"
                                     SetValueCommand="{xaml:Command PixiEditor.Animation.ActiveFrameSet, UseProvided=True}"
-                                    ValueFromSlider="{Binding ElementName=PART_TimelineSlider, Path=PixiFile, Mode=TwoWay}" />
+                                    ValueFromSlider="{Binding ElementName=PART_TimelineSlider, Path=Value, Mode=TwoWay}" />
                             </Interaction.Behaviors>
                             </Interaction.Behaviors>
                         </animations:TimelineSlider>
                         </animations:TimelineSlider>