mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-01 14:55:13 +00:00
Fixed some problems when compiling in Mono and running on Linux.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
@@ -391,7 +391,6 @@ namespace OpenHardwareMonitor.GUI {
|
||||
protected override void OnPaint(PaintEventArgs e) {
|
||||
Graphics g = e.Graphics;
|
||||
int w = Size.Width;
|
||||
int h = Size.Height;
|
||||
|
||||
g.Clear(Color.Transparent);
|
||||
|
||||
|
Reference in New Issue
Block a user