mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 03:37:54 +02:00
lcl: fixed typos
git-svn-id: branches/fixes_1_6@50669 -
This commit is contained in:
parent
e716465329
commit
d02bd44c53
@ -33,8 +33,8 @@ type
|
||||
TGraphicsColor = -$7FFFFFFF-1..$7FFFFFFF;
|
||||
TGraphicsFillStyle =
|
||||
(
|
||||
fsSurface, // fill till the color (it fills all execpt this color)
|
||||
fsBorder // fill this color (it fills only conneted pixels of this color)
|
||||
fsSurface, // fill till the color (it fills all except this color)
|
||||
fsBorder // fill this color (it fills only connected pixels of this color)
|
||||
);
|
||||
TGraphicsBevelCut =
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user