mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 12:49:13 +00:00
Please be quiet
This commit is contained in:
parent
44a53e1cdf
commit
b005814c72
1 changed files with 3 additions and 3 deletions
|
@ -893,7 +893,7 @@ namespace Ryujinx.UI.Windows
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
string pressedButton = assigner.GetPressedButton();
|
object pressedButton = assigner.GetPressedButton();
|
||||||
|
|
||||||
Application.Invoke(delegate
|
Application.Invoke(delegate
|
||||||
{
|
{
|
||||||
|
@ -903,7 +903,7 @@ namespace Ryujinx.UI.Windows
|
||||||
}
|
}
|
||||||
else if (pressedButton != "")
|
else if (pressedButton != "")
|
||||||
{
|
{
|
||||||
button.Label = pressedButton;
|
button.Label = pressedButton.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
_middleMousePressed = false;
|
_middleMousePressed = false;
|
||||||
|
|
Loading…
Reference in a new issue