ensure mouse cursor is only hidden when mouse is in renderer (#3448)
This commit is contained in:
parent
4c2ab880ef
commit
d86a116e1e
2 changed files with 10 additions and 16 deletions
|
@ -376,6 +376,7 @@ namespace Ryujinx.Ava.Ui.Windows
|
|||
ViewModel.ShowContent = true;
|
||||
ViewModel.ShowLoadProgress = false;
|
||||
ViewModel.IsLoadingIndeterminate = false;
|
||||
Cursor = Cursor.Default;
|
||||
|
||||
AppHost = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue