mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 05:16:48 +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;
|
TGraphicsColor = -$7FFFFFFF-1..$7FFFFFFF;
|
||||||
TGraphicsFillStyle =
|
TGraphicsFillStyle =
|
||||||
(
|
(
|
||||||
fsSurface, // fill till the color (it fills all execpt this color)
|
fsSurface, // fill till the color (it fills all except this color)
|
||||||
fsBorder // fill this color (it fills only conneted pixels of this color)
|
fsBorder // fill this color (it fills only connected pixels of this color)
|
||||||
);
|
);
|
||||||
TGraphicsBevelCut =
|
TGraphicsBevelCut =
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user