You've already forked lazarus-ccr
tvplanit: Add missing {$I vp.inc} in some of the new painter units. (Had caused a compilation issue).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4837 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
unit VpCalendarPainter;
|
||||
|
||||
{$I vp.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
@ -297,7 +299,7 @@ begin
|
||||
DecodeDate(RenderDate, Y, M, D);
|
||||
try
|
||||
{$IFDEF VERSION6}
|
||||
if not TryEncodeDate (Y, M, clDay, lDate) then
|
||||
if not TryEncodeDate (Y, M, TVpCalendarOpener(FCalendar).clDay, lDate) then
|
||||
lBadDate := true;
|
||||
{$ELSE}
|
||||
lDate := EncodeDate(Y, M, TVpCalendarOpener(FCalendar).clDay);
|
||||
|
@ -1,5 +1,7 @@
|
||||
unit VpContactGridPainter;
|
||||
|
||||
{$I vp.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -1,8 +1,8 @@
|
||||
{$I vp.inc}
|
||||
|
||||
unit VpDayViewPainter;
|
||||
|
||||
interface
|
||||
{$I vp.inc}
|
||||
|
||||
|
||||
uses
|
||||
SysUtils, LCLType, LCLIntf, Types,
|
||||
|
@ -1,5 +1,7 @@
|
||||
unit VpTasklistPainter;
|
||||
|
||||
{$I vp.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Reference in New Issue
Block a user