tvplanit: Move holiday detection event to TVpControlLink; deprecate that of TVpDayView etc.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8492 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-19 21:32:43 +00:00
parent 45da1b1781
commit b864dfc278
9 changed files with 90 additions and 65 deletions

View File

@ -164,7 +164,8 @@ implementation
{$ENDIF}
uses
VpConst, VpPrtFmt;
VpConst, // needed for define VP_LCL_SCALING
VpPrtFmt;
{ TfrmPrintPreview }