Input Roll - fix text background
This commit is contained in:
parent
f074bfbb33
commit
0a0c75fb16
|
@ -51,7 +51,7 @@ namespace BizHawk.Client.EmuHawk.CustomControls
|
||||||
public void NewHdc(IntPtr hdc)
|
public void NewHdc(IntPtr hdc)
|
||||||
{
|
{
|
||||||
_hdc = hdc;
|
_hdc = hdc;
|
||||||
SetBkMode(_hdc, (int)BkModes.OPAQUE);
|
SetBkMode(_hdc, (int)BkModes.TRANSPARENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
System.Windows.Forms.Control _c;
|
System.Windows.Forms.Control _c;
|
||||||
|
|
Loading…
Reference in New Issue