Skip to content

Commit

Permalink
windows window.onready implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ committed Nov 9, 2022
1 parent b9f8deb commit 277819a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/Windows/NativePlayerWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ private void Window_Loaded(object sender, RoutedEventArgs e)
SetValue(MinWidthProperty, minSize.X);
SetValue(MinHeightProperty, minSize.Y);
PlayerWindow.OnLoad();
PlayerWindow.OnReady();
}

private void Slider_DragStarted(object sender, System.Windows.Controls.Primitives.DragStartedEventArgs e)
Expand Down

0 comments on commit 277819a

Please sign in to comment.