RxDateEdit - fix popup position

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3319 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-07-15 12:33:10 +00:00
parent 3f292f5e99
commit 32a5a26fe8

View File

@ -608,7 +608,7 @@ begin
ABounds := Screen.MonitorFromPoint(P).BoundsRect;
Y := P.Y + Height;
if Y + FPopup.Height > ABounds.Right then
if Y + FPopup.Height > ABounds.Bottom then
Y := P.Y - FPopup.Height;
case FPopupAlign of
epaRight: