mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:19:25 +02:00
carbon: correct froward/backward diagonal hatch style
git-svn-id: trunk@25245 -
This commit is contained in:
parent
afc2ca3e2b
commit
6a8b0b74a7
@ -1485,8 +1485,8 @@ const
|
||||
(
|
||||
{ HS_HORIZONTAL } ($FF, $FF, $FF, $00, $FF, $FF, $FF, $FF),
|
||||
{ HS_VERTICAL } ($F7, $F7, $F7, $F7, $F7, $F7, $F7, $F7),
|
||||
{ HS_FDIAGONAL } ($FE, $FD, $FB, $F7, $EF, $DF, $BF, $7F),
|
||||
{ HS_BDIAGONAL } ($7F, $BF, $DF, $EF, $F7, $FB, $FD, $FE),
|
||||
{ HS_FDIAGONAL } ($7F, $BF, $DF, $EF, $F7, $FB, $FD, $FE),
|
||||
{ HS_BDIAGONAL } ($FE, $FD, $FB, $F7, $EF, $DF, $BF, $7F),
|
||||
{ HS_CROSS } ($F7, $F7, $F7, $00, $F7, $F7, $F7, $F7),
|
||||
{ HS_DIAGCROSS } ($7E, $BD, $DB, $E7, $E7, $DB, $BD, $7E)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user