mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[PAINT]
* Fix number typo introduced in revision 59955 svn path=/trunk/; revision=60700
This commit is contained in:
parent
7483a5ed77
commit
76e1afdbda
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Brush(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF color, LONG style)
|
|||
case 10:
|
||||
case 11:
|
||||
{
|
||||
POINT offsTop[] = {{4, 3}, {2, -2}, {0, 0},
|
||||
POINT offsTop[] = {{4, -3}, {2, -2}, {0, 0},
|
||||
{-3, -3}, {-2, -2}, {-1, 0}};
|
||||
POINT offsBtm[] = {{-3, 4}, {-2, 2}, {-1, 1},
|
||||
{4, 4}, {2, 2}, {0, 1}};
|
||||
|
|
Loading…
Reference in a new issue