mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
Fixed window activation when showing Process Hacker from the tray icon
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@260 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Process Hacker
|
||||
|
||||
1.2.5.5
|
||||
* Fixed window activation when showing Process Hacker from the tray icon
|
||||
|
||||
1.2.5.0
|
||||
* Fixed wrong usernames when Process Hacker is running as a non-admin user
|
||||
* Gets command line of processes without using Injector
|
||||
|
||||
@@ -861,6 +861,7 @@ namespace ProcessHacker
|
||||
private void showHideMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Visible = !this.Visible;
|
||||
this.Activate();
|
||||
}
|
||||
|
||||
private void exitTrayMenuItem_Click(object sender, EventArgs e)
|
||||
|
||||
@@ -32,5 +32,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("1.2.5.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.5.0")]
|
||||
[assembly: AssemblyVersion("1.2.5.5")]
|
||||
[assembly: AssemblyFileVersion("1.2.5.5")]
|
||||
|
||||
Reference in New Issue
Block a user