mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Common -> Models
This commit is contained in:
@@ -65,6 +65,8 @@ namespace RedBookPlayer.GUI
|
||||
|
||||
Instance.Width = ((PlayerView)Instance.ContentControl.Content).Width;
|
||||
Instance.Height = ((PlayerView)Instance.ContentControl.Content).Height;
|
||||
|
||||
pvm.InitializeDigits();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -82,6 +84,8 @@ namespace RedBookPlayer.GUI
|
||||
|
||||
ContentControl.Content = new PlayerView();
|
||||
|
||||
((PlayerView)ContentControl.Content).PlayerViewModel.InitializeDigits();
|
||||
|
||||
CanResize = false;
|
||||
|
||||
KeyDown += OnKeyDown;
|
||||
|
||||
Reference in New Issue
Block a user