mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:59:22 +02:00
rtticontrols: TTiCalendar: allow TDateTimePropertyEditor, bug #18489
git-svn-id: trunk@42519 -
This commit is contained in:
parent
ac70f763e3
commit
8b58ad1940
@ -2883,6 +2883,7 @@ function TTICustomCalendar.LinkTestEditor(const ATestEditor: TPropertyEditor
|
||||
): Boolean;
|
||||
begin
|
||||
Result:=(ATestEditor is TDatePropertyEditor)
|
||||
or (ATestEditor is TDateTimePropertyEditor)
|
||||
or (ATestEditor is TStringPropertyEditor);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user