TDateTimePicker - correction of drawing speed button arrow - asYetAnotherShape

git-svn-id: trunk@52593 -
This commit is contained in:
zoran 2016-07-01 11:03:51 +00:00
parent 620c7bc25f
commit 7c8840606e

View File

@ -3605,7 +3605,7 @@ begin
asYetAnotherShape:
{ something in between, not very pretty: }
Canvas.Polygon([Point(X+0, Y+1), Point(X+1, Y+0),
Point(X+2, Y+1), Point(X+6, Y+1),Point(X+7, Y+0), Point(X+8, 1), Point(X+4, Y+5)]);
Point(X+2, Y+1), Point(X+6, Y+1),Point(X+7, Y+0), Point(X+8, Y+1), Point(X+4, Y+5)]);
end;
end;