fix to last commit for transparent text bg
This commit is contained in:
parent
5edcb0ff14
commit
c9645858da
|
@ -207,6 +207,7 @@ namespace BizHawk.Client.EmuHawk.CustomControls
|
||||||
_bitHDC = CreateCompatibleDC(_hdc);
|
_bitHDC = CreateCompatibleDC(_hdc);
|
||||||
_bitMap = CreateCompatibleBitmap(_hdc, width, height);
|
_bitMap = CreateCompatibleBitmap(_hdc, width, height);
|
||||||
SelectObject(_bitHDC, _bitMap);
|
SelectObject(_bitHDC, _bitMap);
|
||||||
|
SetBkMode(_bitHDC, (int)BkModes.TRANSPARENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void EndOffScreenBitmap()
|
public void EndOffScreenBitmap()
|
||||||
|
|
Loading…
Reference in New Issue