ensure mouse cursor is only hidden when mouse is in renderer (#3448)

This commit is contained in:
Emmanuel Hansen
2022-07-08 18:16:30 +00:00
committed by GitHub
parent 4c2ab880ef
commit d86a116e1e
2 changed files with 10 additions and 16 deletions

View File

@@ -376,6 +376,7 @@ namespace Ryujinx.Ava.Ui.Windows
ViewModel.ShowContent = true;
ViewModel.ShowLoadProgress = false;
ViewModel.IsLoadingIndeterminate = false;
Cursor = Cursor.Default;
AppHost = null;