InputRoll - Remove an uneeded fill rect
This commit is contained in:
parent
b5638798b2
commit
84e1f057fb
|
@ -282,7 +282,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
Gdi.SetBrush(Color.White);
|
||||
Gdi.SetSolidPen(Color.Black);
|
||||
Gdi.FillRectangle(startPoint.X, startPoint.Y, Width, Height);
|
||||
|
||||
Gdi.DrawRectangle(startPoint.X, startPoint.Y, Width, Height);
|
||||
|
||||
Gdi.SetSolidPen(SystemColors.ControlLight);
|
||||
|
|
Loading…
Reference in New Issue