From 84e1f057fb9fe36e65df1deaf12fc052076d6934 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 10 Aug 2014 22:35:47 +0000 Subject: [PATCH] InputRoll - Remove an uneeded fill rect --- BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs index 77fae4fb99..d6e33820c5 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs @@ -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);