RxFPC:fix compile on Lazarus 1.8

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6181 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2018-02-06 13:59:28 +00:00
parent 13e90fd562
commit 383d872db7

View File

@ -410,7 +410,7 @@ type
end;
implementation
uses rxlclutils, Math, rxdconst;
uses rxlclutils, Math, rxdconst, LCLVersion;
type
{ TDbGridAccess = class(TDbGrid)
@ -1533,7 +1533,11 @@ begin
begin
if Enabled then
begin
{$IF lcl_fullversion >= 1090000}
if MouseInClient then
{$ELSE}
if MouseEntered then
{$ENDIF}
begin
if FMouseDown then
begin