InputRoll - Remove an uneeded fill rect

This commit is contained in:
adelikat 2014-08-10 22:35:47 +00:00
parent b5638798b2
commit 84e1f057fb
1 changed files with 1 additions and 1 deletions

View File

@ -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);