mirror of https://github.com/FreeRDP/FreeRDP
Fixed color for drawing rectangles.
This commit is contained in:
parent
536ffbc31f
commit
ceda3d3f4a
|
@ -256,7 +256,6 @@ BOOL gdi_Rectangle(HGDI_DC hdc, UINT32 nXDst, UINT32 nYDst, UINT32 nWidth,
|
|||
return TRUE;
|
||||
|
||||
color = hdc->textColor;
|
||||
color = GetColor(hdc->format, 0, 0xFF, 0, 0xFF);
|
||||
|
||||
for (y = 0; y < nHeight; y++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue