Fixed Issue 269.

This commit is contained in:
Michael Möller
2012-07-14 19:24:04 +00:00
parent fc026664d3
commit 0d43433aa4
4 changed files with 509 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenHardwareMonitor.GUI {
private UnitManager unitManager;
private ISensor sensor;
private NotifyIcon notifyIcon;
private NotifyIconAdv notifyIcon;
private Bitmap bitmap;
private Graphics graphics;
private Color color;
@@ -40,7 +40,7 @@ namespace OpenHardwareMonitor.GUI {
{
this.unitManager = unitManager;
this.sensor = sensor;
this.notifyIcon = new NotifyIcon();
this.notifyIcon = new NotifyIconAdv();
Color defaultColor = Color.Black;
if (sensor.SensorType == SensorType.Load ||