mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
* #2847691 - "Apply button bug"
* fixed OptionsWindow checkbox FlatStyle git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1806 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -10,6 +10,7 @@ Process Hacker
|
||||
* FIXED:
|
||||
* #2820170 - "System.ArgumentOutOfRangeException in network list"
|
||||
* #2845427 - "Indicator integer overflow"
|
||||
* #2847691 - "Apply button bug"
|
||||
* Critical KProcessHacker denial-of-service security issues
|
||||
* Incorrect menu items for System threads
|
||||
* Crash when viewing error details in the event
|
||||
|
||||
+2
-1
@@ -971,9 +971,10 @@
|
||||
// checkUpdateAutomatically
|
||||
//
|
||||
this.checkUpdateAutomatically.AutoSize = true;
|
||||
this.checkUpdateAutomatically.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
this.checkUpdateAutomatically.Location = new System.Drawing.Point(6, 77);
|
||||
this.checkUpdateAutomatically.Name = "checkUpdateAutomatically";
|
||||
this.checkUpdateAutomatically.Size = new System.Drawing.Size(177, 17);
|
||||
this.checkUpdateAutomatically.Size = new System.Drawing.Size(183, 18);
|
||||
this.checkUpdateAutomatically.TabIndex = 27;
|
||||
this.checkUpdateAutomatically.Text = "Check for updates automatically";
|
||||
this.checkUpdateAutomatically.UseVisualStyleBackColor = true;
|
||||
|
||||
Reference in New Issue
Block a user