mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
fixed Indicator flickering, updated CHANGELOG.txt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1516 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -18,6 +18,7 @@ Process Hacker
|
||||
named pipe connections
|
||||
* Better file object names without KProcessHacker
|
||||
* Better IP address resolving
|
||||
* CPU, I/O and memory indicators
|
||||
* Child windows float by default
|
||||
* Automatic tree text coloring, allowing for dark highlighting
|
||||
colors
|
||||
|
||||
@@ -63,7 +63,8 @@ namespace ProcessHacker.Components
|
||||
public Indicator()
|
||||
{
|
||||
InitializeComponent();
|
||||
base.SetStyle(ControlStyles.DoubleBuffer | ControlStyles.ResizeRedraw | ControlStyles.UserPaint, true);
|
||||
base.SetStyle(ControlStyles.ResizeRedraw | ControlStyles.UserPaint |
|
||||
ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint, true);
|
||||
}
|
||||
protected override void OnPaint(PaintEventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user