RxDateEdit - fix work with new ButtonEdit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2943 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-04-18 11:20:04 +00:00
parent 8b688de40b
commit 9ada7c687b
9 changed files with 42 additions and 15 deletions

View File

@ -57,9 +57,14 @@
{$if FPC_FULLVERSION<20701}
{$DEFINE NoAutomatedBookmark}
{$DEFINE RX_USE_LCL_DEVEL}
{$DEFINE RX_USE_LAZARUS_RESOURCE}
{$endif}
{$IFDEF OLD_EDITBUTTON}
{$if FPC_FULLVERSION<20701}
{$DEFINE RX_USE_LAZARUS_RESOURCE}
{$ENDIF}
{$ENDIF}
{$IFDEF NoAutomatedBookmark}
{$ELSE}
{$ENDIF}