Input Roll - fix text background

This commit is contained in:
adelikat 2014-08-09 16:55:03 +00:00
parent f074bfbb33
commit 0a0c75fb16
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ namespace BizHawk.Client.EmuHawk.CustomControls
public void NewHdc(IntPtr hdc)
{
_hdc = hdc;
SetBkMode(_hdc, (int)BkModes.OPAQUE);
SetBkMode(_hdc, (int)BkModes.TRANSPARENT);
}
System.Windows.Forms.Control _c;