mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 06:39:36 +01:00
parent
a62ae95299
commit
a8f56d92ef
@ -866,7 +866,8 @@ begin
|
||||
B:=true;
|
||||
If Assigned(FOnAcceptDate) then
|
||||
FOnAcceptDate(Self,D,B);
|
||||
Text:=DateToStr(FDate);
|
||||
if B then
|
||||
Text:=DateToStr(FDate);
|
||||
end;
|
||||
except
|
||||
raise Exception.Create('Errore in calendar dialog di dateedit');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user