Skip to content

Commit

Permalink
windows window.onready implementation
Browse files Browse the repository at this point in the history
Russ committed Nov 9, 2022

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
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
@@ -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)

0 comments on commit 277819a

Please sign in to comment.