You've already forked lazarus-ccr
RxDBGrid - new property TRxCollumn.SortField - define custom sort field(s) for grid collumn
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2896 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -597,15 +597,6 @@ begin
|
||||
|
||||
ABounds := Screen.MonitorFromPoint(P).BoundsRect;
|
||||
|
||||
{ if PopupOrigin.X + Width > ABounds.Right then
|
||||
Left := ABounds.Right - Width
|
||||
else
|
||||
Left := PopupOrigin.X;
|
||||
if PopupOrigin.Y + Height > ABounds.Bottom then
|
||||
Top := ABounds.Bottom - Height
|
||||
else
|
||||
Top := PopupOrigin.Y;}
|
||||
|
||||
Y := P.Y + Height;
|
||||
if Y + FPopup.Height > ABounds.Right then
|
||||
Y := P.Y - FPopup.Height;
|
||||
|
Reference in New Issue
Block a user