Double Click on file (#82), File contextmenu (#18), Double Click to start item not only one click (#66), version 0.10.1.3

This commit is contained in:
Markus Hofknecht 2020-06-02 21:16:08 +02:00
parent ef3753f697
commit 5a56a02333
2 changed files with 4 additions and 3 deletions

View file

@ -292,7 +292,8 @@ namespace SystemTrayMenu.Handler
if (trigger.IsSelected || !trigger.ContainsMenu)
{
trigger.MouseDown(dgv, null);
//trigger.DoubleClick();
trigger.DoubleClick(
new MouseEventArgs(MouseButtons.Left, 0, 0, 0, 0));
}
else
{

View file

@ -35,5 +35,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.10.1.2")]
[assembly: AssemblyFileVersion("0.10.1.2")]
[assembly: AssemblyVersion("0.10.1.3")]
[assembly: AssemblyFileVersion("0.10.1.3")]