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;
|
unit VpCalendarPainter;
|
||||||
|
|
||||||
|
{$I vp.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -297,7 +299,7 @@ begin
|
|||||||
DecodeDate(RenderDate, Y, M, D);
|
DecodeDate(RenderDate, Y, M, D);
|
||||||
try
|
try
|
||||||
{$IFDEF VERSION6}
|
{$IFDEF VERSION6}
|
||||||
if not TryEncodeDate (Y, M, clDay, lDate) then
|
if not TryEncodeDate (Y, M, TVpCalendarOpener(FCalendar).clDay, lDate) then
|
||||||
lBadDate := true;
|
lBadDate := true;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
lDate := EncodeDate(Y, M, TVpCalendarOpener(FCalendar).clDay);
|
lDate := EncodeDate(Y, M, TVpCalendarOpener(FCalendar).clDay);
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
unit VpContactGridPainter;
|
unit VpContactGridPainter;
|
||||||
|
|
||||||
|
{$I vp.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
{$I vp.inc}
|
||||||
|
|
||||||
unit VpDayViewPainter;
|
unit VpDayViewPainter;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
{$I vp.inc}
|
|
||||||
|
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, LCLType, LCLIntf, Types,
|
SysUtils, LCLType, LCLIntf, Types,
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
unit VpTasklistPainter;
|
unit VpTasklistPainter;
|
||||||
|
|
||||||
|
{$I vp.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Reference in New Issue
Block a user