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:
wj32
2009-07-04 00:10:38 +00:00
parent 21af7629aa
commit 4393589bbc
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+2 -1
View File
@@ -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)
{