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:
wp_xxyyzz
2019-08-09 21:09:22 +00:00
parent b7f5c7b4af
commit 701e4e31d5
2 changed files with 2 additions and 3 deletions

View File

@ -114,9 +114,6 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<UseHeaptrc Value="True"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>

View File

@ -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));