You've already forked lazarus-ccr
fix error in TRxDateEdit - error show calendar grid after 15 day of month
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1848 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -573,6 +573,9 @@ end;
|
||||
begin
|
||||
if not Assigned(FPopup) then
|
||||
FPopup:=CreatePopupForm;
|
||||
|
||||
UpdatePopup;
|
||||
|
||||
if (FPopup <> nil) and not (ReadOnly {or FPopupVisible}) then
|
||||
begin
|
||||
P := Parent.ClientToScreen(Point(Left, Top));
|
||||
|
Reference in New Issue
Block a user