You've already forked lazarus-ccr
jvcllaz: Fix painting of JvTFWeeks' and JvTFMonths' scroll buttons.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7111 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -926,6 +926,7 @@ begin
|
||||
|
||||
with Canvas do
|
||||
begin
|
||||
Pixels[0,0] := clBtnFace;
|
||||
Brush.Color := clBtnFace;
|
||||
FillRect(Rect(0, 0, Width, Height));
|
||||
|
||||
@ -957,6 +958,7 @@ begin
|
||||
|
||||
with Canvas do
|
||||
begin
|
||||
Pixels[0,0] := clBtnFace;
|
||||
Brush.Color := clBtnFace;
|
||||
FillRect(Rect(0, 0, Width, Height));
|
||||
|
||||
|
Reference in New Issue
Block a user