changeset 202 | 551243a66b32 |
parent 187 | a7c93597137f |
child 215 | 79e9a77f6a71 |
1.1 --- a/GUI/SensorGadget.cs Thu Sep 30 16:51:09 2010 +0000 1.2 +++ b/GUI/SensorGadget.cs Thu Sep 30 20:59:21 2010 +0000 1.3 @@ -1,4 +1,4 @@ 1.4 -/* 1.5 +/* 1.6 1.7 Version: MPL 1.1/GPL 2.0/LGPL 2.1 1.8 1.9 @@ -391,7 +391,6 @@ 1.10 protected override void OnPaint(PaintEventArgs e) { 1.11 Graphics g = e.Graphics; 1.12 int w = Size.Width; 1.13 - int h = Size.Height; 1.14 1.15 g.Clear(Color.Transparent); 1.16