UI: Fix diaglog popups doubling the window controls and laying text over the menu bar.
This commit is contained in:
@@ -129,7 +129,7 @@ namespace Ryujinx.Ava.UI.Applet
|
||||
Dispatcher.UIThread.Post(() =>
|
||||
{
|
||||
_hiddenTextBox.Clear();
|
||||
MainWindow.ViewModel.RendererHostControl.Focus();
|
||||
_parent.ViewModel.RendererHostControl.Focus();
|
||||
|
||||
_parent = null;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user