mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed color for drawing rectangles.
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user