[Feature] Mouse&Keyboard Selection #38, Version 0.9.2.2

This commit is contained in:
Markus Hofknecht 2020-03-16 09:38:53 +01:00
parent 5d168455c2
commit 41991c206e
2 changed files with 3 additions and 3 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.2.1")]
[assembly: AssemblyFileVersion("0.9.2.1")]
[assembly: AssemblyVersion("0.9.2.2")]
[assembly: AssemblyFileVersion("0.9.2.2")]

View file

@ -264,7 +264,7 @@ namespace SystemTrayMenu
if (isAnyMenuActive &&
!(openCloseState == OpenCloseState.Closing))
{
if (!keyboardInput.IsAnyMenuSelectedByKey())
if (!keyboardInput.InUse)
{
Menus().ToList().ForEach(menu => menu.FadeHalf());
}