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:
alexs75
2011-08-28 09:57:53 +00:00
parent e0bebc82cd
commit 6a0864d20c
3 changed files with 65 additions and 87 deletions

View File

@ -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));